#034067

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

Shades of Prussian Blue #034067

Tints of Prussian Blue #034067

Color information

#034067 (or 0x034067) is unknown color: approx Prussian Blue. HEX triplet: 03, 40 and 67. RGB value is (3,64,103). Sum of RGB (Red+Green+Blue) = 3+64+103=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #034067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034067 is #FCBF98. Grayscale: #313131. Windows color (decimal): -16564121 or 6766595. OLE color: 6766595.

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

Color convert

RGB364103-
CMYK0.970.3800.60
HSL203.4º94.34%20.78%-
HSV(B)203.4º97.09%40.39%-
XYZ4.324.6713.5-
YUV50.21157.7994.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=1.76%
G=37.65%
B=60.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3641030.970.3800.60203.494.3420.78
Hex34067612603Ccb5e15
Octal31001471414607431313625
Binary11100000011001111100001100110011110011001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034067; }

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

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

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

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

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

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

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

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