#03324C

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

Shades of Prussian Blue #03324C

Tints of Prussian Blue #03324C

Color information

#03324C (or 0x03324C) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 4C. RGB value is (3,50,76). Sum of RGB (Red+Green+Blue) = 3+50+76=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #03324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03324C is #FCCDB3. Grayscale: #262626. Windows color (decimal): -16567732 or 4993539. OLE color: 4993539.

HSL color Cylindrical-coordinate representation of color #03324C: hue angle of 201.37º 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 #03324C is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB35076-
CMYK0.960.3400.70
HSL201.37º92.41%15.49%-
HSV(B)201.37º96.05%29.8%-
XYZ2.482.827.25-
YUV38.91148.93102.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=2.33%
G=38.76%
B=58.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal350760.960.3400.70201.3792.4115.49
Hex3324C6022046c95cf
Octal36211414042010631113417
Binary1111001010011001100000100010010001101100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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