#033FBD

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

Shades of Cobalt #033FBD

Tints of Cobalt #033FBD

Color information

#033FBD (or 0x033FBD) is unknown color: approx Cobalt. HEX triplet: 03, 3F and BD. RGB value is (3,63,189). Sum of RGB (Red+Green+Blue) = 3+63+189=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #033FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FBD is #FCC042. Grayscale: #3A3A3A. Windows color (decimal): -16564291 or 12402435. OLE color: 12402435.

HSL color Cylindrical-coordinate representation of color #033FBD: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033FBD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB363189-
CMYK0.980.6700.26
HSL220.65º96.88%37.65%-
HSV(B)220.65º98.41%74.12%-
XYZ117.2548.96-
YUV59.42201.1287.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=1.18%
G=24.71%
B=74.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3631890.980.6700.26220.6596.8837.65
Hex33FBD624301Add6126
Octal37727514210303233514146
Binary111111111011110111000101000011011010110111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033FBD; }

 p { color: rgb(3,63,189); }

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

<style>
 a { background-color: #033FBD; }

 a { background-color: rgb(3,63,189); }

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

<style>
 span { border-color: #033FBD; }

 span { border-color: rgb(3,63,189); }

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