#034174

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

Shades of Dark Cerulean #034174

Tints of Dark Cerulean #034174

Color information

#034174 (or 0x034174) is unknown color: approx Dark Cerulean. HEX triplet: 03, 41 and 74. RGB value is (3,65,116). Sum of RGB (Red+Green+Blue) = 3+65+116=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #034174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034174 is #FCBE8B. Grayscale: #343434. Windows color (decimal): -16563852 or 7618819. OLE color: 7618819.

HSL color Cylindrical-coordinate representation of color #034174: hue angle of 207.08º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034174 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB365116-
CMYK0.970.4400.55
HSL207.08º94.96%23.33%-
HSV(B)207.08º97.41%45.49%-
XYZ5.085.0617.23-
YUV52.28163.9692.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 116 (45.70% from 255) = 63.04%
R=1.63%
G=35.33%
B=63.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3651160.970.4400.55207.0894.9623.33
Hex34174612C037cf5f17
Octal31011641415406731713727
Binary11100000111101001100001101100011011111001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034174; }

 p { color: rgb(3,65,116); }

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

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

 a { background-color: rgb(3,65,116); }

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

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

 span { border-color: rgb(3,65,116); }

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