#034F83

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

Shades of Dark Cerulean #034F83

Tints of Dark Cerulean #034F83

Color information

#034F83 (or 0x034F83) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4F and 83. RGB value is (3,79,131). Sum of RGB (Red+Green+Blue) = 3+79+131=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #034F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034F83 is #FCB07C. Grayscale: #3D3D3D. Windows color (decimal): -16560253 or 8605443. OLE color: 8605443.

HSL color Cylindrical-coordinate representation of color #034F83: hue angle of 204.38º 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 #034F83 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB379131-
CMYK0.980.4000.49
HSL204.38º95.52%26.27%-
HSV(B)204.38º97.71%51.37%-
XYZ6.937.2522.51-
YUV62.2166.8285.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=1.41%
G=37.09%
B=61.50%

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
Decimal3791310.980.4000.49204.3895.5226.27
Hex34F836228031cc601a
Octal31172031425006131414032
Binary111001111100000111100010101000011000111001100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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