Html Css Color HEX #033EAE Cobalt

📋 copy color: '#033EAE'

red 3 ◦ green 62 ◦ blue 174

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

Shades of Cobalt #033EAE

Tints of Cobalt #033EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

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

R = 1.26%
G = 25.94%
B = 72.8%

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

#033EAE (or 0x033EAE) is known color: Cobalt. HEX triplet: 03, 3E and AE. RGB value is (3,62,174). Sum of RGB (Red+Green+Blue) = 3+62+174=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #033EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033EAE is #FCC151. Grayscale: #383838. Windows color (decimal): -16564562 or 11419139. OLE color: 11419139.

HSL color Cylindrical-coordinate representation of color #033EAE: hue angle of 219.3º 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 #033EAE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 62 174 -
CMYK 0.98 0.64 0 0.32
HSL 219.3º 0.97% 0.35% -
HSV(B) 219.3º 0.98% 0.68% -
XYZ 9.4 6.52 40.81 -
YUV 57.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 3 62 174 0.98 0.64 0 0.32 219.3 0.97 0.35
Hex 3 3E AE 62 40 0 20 DB 61 23
Octal 3 76 256 142 100 0 40 333 141 43
Binary 11 111110 10101110 1100010 1000000 0 100000 11011011 1100001 100011

Color Harmonies of #033EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033EAE

Black with #033EAE

Text Example


Text Example

White with #033EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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