#034E8A

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

Shades of Dark Cerulean #034E8A

Tints of Dark Cerulean #034E8A

Color information

#034E8A (or 0x034E8A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 8A. RGB value is (3,78,138). Sum of RGB (Red+Green+Blue) = 3+78+138=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #034E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E8A is #FCB175. Grayscale: #3E3E3E. Windows color (decimal): -16560502 or 9063939. OLE color: 9063939.

HSL color Cylindrical-coordinate representation of color #034E8A: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E8A is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB378138-
CMYK0.980.4300.46
HSL206.67º95.74%27.65%-
HSV(B)206.67º97.83%54.12%-
XYZ7.357.325.07-
YUV62.41170.6585.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=1.37%
G=35.62%
B=63.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3781380.980.4300.46206.6795.7427.65
Hex34E8A622B02Ecf601c
Octal31162121425305631714034
Binary111001110100010101100010101011010111011001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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