#03294C

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

Shades of Prussian Blue #03294C

Tints of Prussian Blue #03294C

Color information

#03294C (or 0x03294C) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 4C. RGB value is (3,41,76). Sum of RGB (Red+Green+Blue) = 3+41+76=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #03294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03294C is #FCD6B3. Grayscale: #212121. Windows color (decimal): -16570036 or 4991235. OLE color: 4991235.

HSL color Cylindrical-coordinate representation of color #03294C: hue angle of 208.77º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03294C is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB34176-
CMYK0.960.4600.70
HSL208.77º92.41%15.49%-
HSV(B)208.77º96.05%29.8%-
XYZ2.132.137.14-
YUV33.63151.91106.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=2.5%
G=34.17%
B=63.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal341760.960.4600.70208.7792.4115.49
Hex3294C602E046d15cf
Octal35111414056010632113417
Binary1110100110011001100000101110010001101101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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