#034B76

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

Shades of Dark Cerulean #034B76

Tints of Dark Cerulean #034B76

Color information

#034B76 (or 0x034B76) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4B and 76. RGB value is (3,75,118). Sum of RGB (Red+Green+Blue) = 3+75+118=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #034B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B76 is #FCB489. Grayscale: #3A3A3A. Windows color (decimal): -16561290 or 7752451. OLE color: 7752451.

HSL color Cylindrical-coordinate representation of color #034B76: hue angle of 202.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034B76 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB375118-
CMYK0.970.3600.54
HSL202.43º95.04%23.73%-
HSV(B)202.43º97.46%46.27%-
XYZ5.826.3618.06-
YUV58.37161.6588.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=1.53%
G=38.27%
B=60.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3751180.970.3600.54202.4395.0423.73
Hex34B766124036ca5f18
Octal31131661414406631213730
Binary11100101111101101100001100100011011011001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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