#034075

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

Shades of Dark Cerulean #034075

Tints of Dark Cerulean #034075

Color information

#034075 (or 0x034075) is unknown color: approx Dark Cerulean. HEX triplet: 03, 40 and 75. RGB value is (3,64,117). Sum of RGB (Red+Green+Blue) = 3+64+117=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #034075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034075 is #FCBF8A. Grayscale: #333333. Windows color (decimal): -16564107 or 7684099. OLE color: 7684099.

HSL color Cylindrical-coordinate representation of color #034075: hue angle of 207.89º 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 #034075 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB364117-
CMYK0.970.4500.54
HSL207.89º95%23.53%-
HSV(B)207.89º97.44%45.88%-
XYZ5.084.9717.52-
YUV51.8164.7993.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=1.63%
G=34.78%
B=63.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3641170.970.4500.54207.899523.53
Hex34075612D036d05f18
Octal31001651415506632013730
Binary11100000011101011100001101101011011011010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034075; }

 p { color: rgb(3,64,117); }

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

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

 a { background-color: rgb(3,64,117); }

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

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

 span { border-color: rgb(3,64,117); }

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