Html Css Color HEX #033FAE Cobalt

📋 copy color: '#033FAE'

red 3 ◦ green 63 ◦ blue 174

#033FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #033FAE

Tints of Cobalt #033FAE

RGB

 RED value IS 3 (1.56% from 255) = 1.25%

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 1.25%
G = 26.25%
B = 72.5%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#033FAE (or 0x033FAE) is known color: Cobalt. HEX triplet: 03, 3F and AE. RGB value is (3,63,174). Sum of RGB (Red+Green+Blue) = 3+63+174=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #033FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033FAE is #FCC051. Grayscale: #393939. Windows color (decimal): -16564306 or 11419395. OLE color: 11419395.

HSL color Cylindrical-coordinate representation of color #033FAE: hue angle of 218.95º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033FAE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 63 174 -
CMYK 0.98 0.64 0 0.32
HSL 218.95º 0.97% 0.35% -
HSV(B) 218.95º 0.98% 0.68% -
XYZ 9.46 6.63 40.83 -
YUV 57.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 3 63 174 0.98 0.64 0 0.32 218.95 0.97 0.35
Hex 3 3F AE 62 40 0 20 DB 61 23
Octal 3 77 256 142 100 0 40 333 141 43
Binary 11 111111 10101110 1100010 1000000 0 100000 11011011 1100001 100011

Color Harmonies of #033FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FAE

Black with #033FAE

Text Example


Text Example

White with #033FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #033FAE;
 }
 .AnyTagClassName
 {
   color: #033FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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