#03294F

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

Shades of Prussian Blue #03294F

Tints of Prussian Blue #03294F

Color information

#03294F (or 0x03294F) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 4F. RGB value is (3,41,79). Sum of RGB (Red+Green+Blue) = 3+41+79=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #03294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03294F is #FCD6B0. Grayscale: #212121. Windows color (decimal): -16570033 or 5187843. OLE color: 5187843.

HSL color Cylindrical-coordinate representation of color #03294F: hue angle of 210º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03294F is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB34179-
CMYK0.960.4800.69
HSL210º92.68%16.08%-
HSV(B)210º96.2%30.98%-
XYZ2.242.177.7-
YUV33.97153.41105.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=2.44%
G=33.33%
B=64.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal341790.960.4800.6921092.6816.08
Hex3294F6030045d25d10
Octal35111714060010532213520
Binary11101001100111111000001100000100010111010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03294F; }

 p { color: rgb(3,41,79); }

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

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

 a { background-color: rgb(3,41,79); }

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

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

 span { border-color: rgb(3,41,79); }

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