Html Css Color HEX #034978 Dark Cerulean

📋 copy color: '#034978'

red 3 ◦ green 73 ◦ blue 120

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

Shades of Dark Cerulean #034978

Tints of Dark Cerulean #034978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 120 (47.27% from 255) = 61.22%

R = 1.53%
G = 37.24%
B = 61.22%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#034978 (or 0x034978) is known color: Dark Cerulean. HEX triplet: 03, 49 and 78. RGB value is (3,73,120). Sum of RGB (Red+Green+Blue) = 3+73+120=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #034978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034978 is #FCB687. Grayscale: #393939. Windows color (decimal): -16561800 or 7883011. OLE color: 7883011.

HSL color Cylindrical-coordinate representation of color #034978: hue angle of 204.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034978 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 73 120 -
CMYK 0.98 0.39 0 0.53
HSL 204.1º 0.95% 0.24% -
HSV(B) 204.1º 0.98% 0.47% -
XYZ 5.81 6.14 18.65 -
YUV 57.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 3 73 120 0.98 0.39 0 0.53 204.1 0.95 0.24
Hex 3 49 78 62 27 0 35 CC 5F 18
Octal 3 111 170 142 47 0 65 314 137 30
Binary 11 1001001 1111000 1100010 100111 0 110101 11001100 1011111 11000

Color Harmonies of #034978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034978

Black with #034978

Text Example


Text Example

White with #034978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034978; }

 p { color: rgb(3,73,120); }

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

background-color css

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

 a { background-color: rgb(3,73,120); }

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

border-color css

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

 span { border-color: rgb(3,73,120); }

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