#034E84

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

Shades of Dark Cerulean #034E84

Tints of Dark Cerulean #034E84

Color information

#034E84 (or 0x034E84) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 84. RGB value is (3,78,132). Sum of RGB (Red+Green+Blue) = 3+78+132=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #034E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E84 is #FCB17B. Grayscale: #3D3D3D. Windows color (decimal): -16560508 or 8670723. OLE color: 8670723.

HSL color Cylindrical-coordinate representation of color #034E84: hue angle of 205.12º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E84 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB378132-
CMYK0.980.4100.48
HSL205.12º95.56%26.47%-
HSV(B)205.12º97.73%51.76%-
XYZ6.937.1322.84-
YUV61.73167.6586.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=1.41%
G=36.62%
B=61.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3781320.980.4100.48205.1295.5626.47
Hex34E846229030cd601a
Octal31162041425106031514032
Binary111001110100001001100010101001011000011001101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034E84; }

 p { color: rgb(3,78,132); }

 H1.HeaderClassName
 {
   color: #034E84;
 }
 .AnyTagClassName
 {
   color: #034E84;
 }
</style>
background-color css

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

 a { background-color: rgb(3,78,132); }

 div.DivClassName
 {
   background-color: #034E84;
 }
 .BgClassName
 {
   background-color: #034E84;
 }
</style>
border-color css

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

 span { border-color: rgb(3,78,132); }

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