#033CA4

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

Shades of Cobalt #033CA4

Tints of Cobalt #033CA4

Color information

#033CA4 (or 0x033CA4) is unknown color: approx Cobalt. HEX triplet: 03, 3C and A4. RGB value is (3,60,164). Sum of RGB (Red+Green+Blue) = 3+60+164=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #033CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CA4 is #FCC35B. Grayscale: #363636. Windows color (decimal): -16565084 or 10763267. OLE color: 10763267.

HSL color Cylindrical-coordinate representation of color #033CA4: hue angle of 218.76º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CA4 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB360164-
CMYK0.980.6300.36
HSL218.76º96.41%32.75%-
HSV(B)218.76º98.17%64.31%-
XYZ8.355.9335.83-
YUV54.81189.6291.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=1.32%
G=26.43%
B=72.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3601640.980.6300.36218.7696.4132.75
Hex33CA4623F024db6021
Octal3742441427704433314041
Binary111111001010010011000101111110100100110110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,60,164); }

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

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

 a { background-color: rgb(3,60,164); }

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

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

 span { border-color: rgb(3,60,164); }

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