Html Css Color HEX #033A74 Dark Cerulean

📋 copy color: '#033A74'

red 3 ◦ green 58 ◦ blue 116

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

Shades of Dark Cerulean #033A74

Tints of Dark Cerulean #033A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 1.69%
G = 32.77%
B = 65.54%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033A74 (or 0x033A74) is known color: Dark Cerulean. HEX triplet: 03, 3A and 74. RGB value is (3,58,116). Sum of RGB (Red+Green+Blue) = 3+58+116=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #033A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A74 is #FCC58B. Grayscale: #2F2F2F. Windows color (decimal): -16565644 or 7617027. OLE color: 7617027.

HSL color Cylindrical-coordinate representation of color #033A74: hue angle of 210.8º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A74 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 58 116 -
CMYK 0.97 0.5 0 0.55
HSL 210.8º 0.95% 0.23% -
HSV(B) 210.8º 0.97% 0.45% -
XYZ 4.7 4.31 17.11 -
YUV 48.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 3 58 116 0.97 0.5 0 0.55 210.8 0.95 0.23
Hex 3 3A 74 61 32 0 37 D3 5F 17
Octal 3 72 164 141 62 0 67 323 137 27
Binary 11 111010 1110100 1100001 110010 0 110111 11010011 1011111 10111

Color Harmonies of #033A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A74

Black with #033A74

Text Example


Text Example

White with #033A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,116); }

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

background-color css

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

 a { background-color: rgb(3,58,116); }

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

border-color css

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

 span { border-color: rgb(3,58,116); }

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