#03325D

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

Shades of Prussian Blue #03325D

Tints of Prussian Blue #03325D

Color information

#03325D (or 0x03325D) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 5D. RGB value is (3,50,93). Sum of RGB (Red+Green+Blue) = 3+50+93=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #03325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03325D is #FCCDA2. Grayscale: #282828. Windows color (decimal): -16567715 or 6107651. OLE color: 6107651.

HSL color Cylindrical-coordinate representation of color #03325D: hue angle of 208.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03325D is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35093-
CMYK0.970.4600.64
HSL208.67º93.75%18.82%-
HSV(B)208.67º96.77%36.47%-
XYZ3.153.0910.79-
YUV40.85157.43101-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=2.05%
G=34.25%
B=63.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal350930.970.4600.64208.6793.7518.82
Hex3325D612E040d15e13
Octal36213514156010032113623
Binary11110010101110111000011011100100000011010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,50,93); }

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

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

 a { background-color: rgb(3,50,93); }

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

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

 span { border-color: rgb(3,50,93); }

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