#034E83

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

Shades of Dark Cerulean #034E83

Tints of Dark Cerulean #034E83

Color information

#034E83 (or 0x034E83) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 83. RGB value is (3,78,131). Sum of RGB (Red+Green+Blue) = 3+78+131=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #034E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E83 is #FCB17C. Grayscale: #3D3D3D. Windows color (decimal): -16560509 or 8605187. OLE color: 8605187.

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

Color convert

RGB378131-
CMYK0.980.4000.49
HSL204.84º95.52%26.27%-
HSV(B)204.84º97.71%51.37%-
XYZ6.867.1122.48-
YUV61.62167.1586.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=1.42%
G=36.79%
B=61.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3781310.980.4000.49204.8495.5226.27
Hex34E836228031cd601a
Octal31162031425006131514032
Binary111001110100000111100010101000011000111001101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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