#034E7D

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

Shades of Dark Cerulean #034E7D

Tints of Dark Cerulean #034E7D

Color information

#034E7D (or 0x034E7D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 7D. RGB value is (3,78,125). Sum of RGB (Red+Green+Blue) = 3+78+125=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #034E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E7D is #FCB182. Grayscale: #3C3C3C. Windows color (decimal): -16560515 or 8211971. OLE color: 8211971.

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

Color convert

RGB378125-
CMYK0.980.3800.51
HSL203.11º95.31%25.1%-
HSV(B)203.11º97.6%49.02%-
XYZ6.466.9520.4-
YUV60.93164.1586.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=1.46%
G=37.86%
B=60.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3781250.980.3800.51203.1195.3125.1
Hex34E7D6226033cb5f19
Octal31161751424606331313731
Binary11100111011111011100010100110011001111001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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