#034978

Color #034978 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #034978

Tints of Dark Cerulean #034978

Color information

#034978 (or 0x034978) is unknown color: approx 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

RGB373120-
CMYK0.980.3900.53
HSL204.1º95.12%24.12%-
HSV(B)204.1º97.5%47.06%-
XYZ5.816.1418.65-
YUV57.43163.3189.18-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3731200.980.3900.53204.195.1224.12
Hex349786227035cc5f18
Octal31111701424706531413730
Binary11100100111110001100010100111011010111001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>