#03294D

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

Shades of Prussian Blue #03294D

Tints of Prussian Blue #03294D

Color information

#03294D (or 0x03294D) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 4D. RGB value is (3,41,77). Sum of RGB (Red+Green+Blue) = 3+41+77=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #03294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03294D is #FCD6B2. Grayscale: #212121. Windows color (decimal): -16570035 or 5056771. OLE color: 5056771.

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

Color convert

RGB34177-
CMYK0.960.4700.70
HSL209.19º92.5%15.69%-
HSV(B)209.19º96.1%30.2%-
XYZ2.172.147.32-
YUV33.74152.41106.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=2.48%
G=33.88%
B=63.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal341770.960.4700.70209.1992.515.69
Hex3294D602F046d15c10
Octal35111514057010632113420
Binary11101001100110111000001011110100011011010001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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