#0347B8

Color #0347B8 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0347B8

Tints of Cobalt #0347B8

Color information

#0347B8 (or 0x0347B8) is unknown color: approx Cobalt. HEX triplet: 03, 47 and B8. RGB value is (3,71,184). Sum of RGB (Red+Green+Blue) = 3+71+184=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 184 (72.27% from 255 or 71.32% from 258); Max value from RGB is 184 - color contains mainly: blue. Hex color #0347B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0347B8 is #FCB847. Grayscale: #3F3F3F. Windows color (decimal): -16562248 or 12076803. OLE color: 12076803.

HSL color Cylindrical-coordinate representation of color #0347B8: hue angle of 217.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0347B8 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB371184-
CMYK0.980.6100.28
HSL217.46º96.79%36.67%-
HSV(B)217.46º98.37%72.16%-
XYZ10.947.9946.31-
YUV63.55195.9784.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 184 (72.27% from 255) = 71.32%
R=1.16%
G=27.52%
B=71.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3711840.980.6100.28217.4696.7936.67
Hex347B8623D01Cd96125
Octal31072701427503433114145
Binary111000111101110001100010111101011100110110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0347B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0347B8; }

 p { color: rgb(3,71,184); }

 H1.HeaderClassName
 {
   color: #0347B8;
 }
 .AnyTagClassName
 {
   color: #0347B8;
 }
</style>
background-color css

<style>
 a { background-color: #0347B8; }

 a { background-color: rgb(3,71,184); }

 div.DivClassName
 {
   background-color: #0347B8;
 }
 .BgClassName
 {
   background-color: #0347B8;
 }
</style>
border-color css

<style>
 span { border-color: #0347B8; }

 span { border-color: rgb(3,71,184); }

 td.TdClassName
 {
   border-color: #0347B8;
 }
 .TagClassName
 {
   border-color: #0347B8;
 }
</style>