#034E94

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

Shades of Dark Cerulean #034E94

Tints of Dark Cerulean #034E94

Color information

#034E94 (or 0x034E94) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 94. RGB value is (3,78,148). Sum of RGB (Red+Green+Blue) = 3+78+148=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #034E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E94 is #FCB16B. Grayscale: #3F3F3F. Windows color (decimal): -16560492 or 9719299. OLE color: 9719299.

HSL color Cylindrical-coordinate representation of color #034E94: hue angle of 208.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E94 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB378148-
CMYK0.980.4700.42
HSL208.97º96.03%29.61%-
HSV(B)208.97º97.97%58.04%-
XYZ8.117.6129.06-
YUV63.55175.6584.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 148 (58.20% from 255) = 64.63%
R=1.31%
G=34.06%
B=64.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3781480.980.4700.42208.9796.0329.61
Hex34E94622F02Ad1601e
Octal31162241425705232114036
Binary111001110100101001100010101111010101011010001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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