#02324C

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

Shades of Prussian Blue #02324C

Tints of Prussian Blue #02324C

Color information

#02324C (or 0x02324C) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 4C. RGB value is (2,50,76). Sum of RGB (Red+Green+Blue) = 2+50+76=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #02324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02324C is #FDCDB3. Grayscale: #262626. Windows color (decimal): -16633268 or 4993538. OLE color: 4993538.

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

Color convert

RGB25076-
CMYK0.970.3400.70
HSL201.08º94.87%15.29%-
HSV(B)201.08º97.37%29.8%-
XYZ2.472.827.25-
YUV38.61149.1101.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=1.56%
G=39.06%
B=59.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal250760.970.3400.70201.0894.8715.29
Hex2324C6122046c95ff
Octal26211414142010631113717
Binary1011001010011001100001100010010001101100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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