#003352

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

Shades of Prussian Blue #003352

Tints of Prussian Blue #003352

Color information

#003352 (or 0x003352) is unknown color: approx Prussian Blue. HEX triplet: 00, 33 and 52. RGB value is (0,51,82). Sum of RGB (Red+Green+Blue) = 0+51+82=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #003352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003352 is #FFCCAD. Grayscale: #272727. Windows color (decimal): -16764078 or 5387008. OLE color: 5387008.

HSL color Cylindrical-coordinate representation of color #003352: hue angle of 202.68º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003352 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB05182-
CMYK10.3800.68
HSL202.68º100%16.08%-
HSV(B)202.68º100%32.16%-
XYZ2.712.988.41-
YUV39.28152.199.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=0%
G=38.35%
B=61.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0518210.3800.68202.6810016.08
Hex033526426044cb6410
Octal06312214446010431314420
Binary0110011101001011001001001100100010011001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003352; }

 p { color: rgb(0,51,82); }

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

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

 a { background-color: rgb(0,51,82); }

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

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

 span { border-color: rgb(0,51,82); }

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