#034B69

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

Shades of Dark Cerulean #034B69

Tints of Dark Cerulean #034B69

Color information

#034B69 (or 0x034B69) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4B and 69. RGB value is (3,75,105). Sum of RGB (Red+Green+Blue) = 3+75+105=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #034B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B69 is #FCB496. Grayscale: #383838. Windows color (decimal): -16561303 or 6900483. OLE color: 6900483.

HSL color Cylindrical-coordinate representation of color #034B69: hue angle of 197.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034B69 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB375105-
CMYK0.970.2900.59
HSL197.65º94.44%21.18%-
HSV(B)197.65º97.14%41.18%-
XYZ5.16.0714.27-
YUV56.89155.1589.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=1.64%
G=40.98%
B=57.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3751050.970.2900.59197.6594.4421.18
Hex34B69611D03Bc65e15
Octal31131511413507330613625
Binary1110010111101001110000111101011101111000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,105); }

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

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

 a { background-color: rgb(3,75,105); }

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

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

 span { border-color: rgb(3,75,105); }

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