#034E93

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

Shades of Dark Cerulean #034E93

Tints of Dark Cerulean #034E93

Color information

#034E93 (or 0x034E93) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 93. RGB value is (3,78,147). Sum of RGB (Red+Green+Blue) = 3+78+147=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #034E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E93 is #FCB16C. Grayscale: #3F3F3F. Windows color (decimal): -16560493 or 9653763. OLE color: 9653763.

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

Color convert

RGB378147-
CMYK0.980.4700.42
HSL208.75º96%29.41%-
HSV(B)208.75º97.96%57.65%-
XYZ8.037.5728.64-
YUV63.44175.1584.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=1.32%
G=34.21%
B=64.47%

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
Decimal3781470.980.4700.42208.759629.41
Hex34E93622F02Ad1601d
Octal31162231425705232114035
Binary111001110100100111100010101111010101011010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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