#034066

Color #034066 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #034066

Tints of Prussian Blue #034066

Color information

#034066 (or 0x034066) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 66. RGB value is (3,64,102). Sum of RGB (Red+Green+Blue) = 3+64+102=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #034066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034066 is #FCBF99. Grayscale: #313131. Windows color (decimal): -16564122 or 6701059. OLE color: 6701059.

HSL color Cylindrical-coordinate representation of color #034066: hue angle of 203.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034066 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB364102-
CMYK0.970.3700.6
HSL203.03º94.29%20.59%-
HSV(B)203.03º97.06%40%-
XYZ4.274.6513.24-
YUV50.09157.2994.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=1.78%
G=37.87%
B=60.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3641020.970.3700.6203.0394.2920.59
Hex34066612503Ccb5e15
Octal31001461414507431313625
Binary11100000011001101100001100101011110011001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034066; }

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

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

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

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

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

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

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

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