#02284C

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

Shades of Prussian Blue #02284C

Tints of Prussian Blue #02284C

Color information

#02284C (or 0x02284C) is unknown color: approx Prussian Blue. HEX triplet: 02, 28 and 4C. RGB value is (2,40,76). Sum of RGB (Red+Green+Blue) = 2+40+76=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #02284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02284C is #FDD7B3. Grayscale: #202020. Windows color (decimal): -16635828 or 4990978. OLE color: 4990978.

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

Color convert

RGB24076-
CMYK0.970.4700.70
HSL209.19º94.87%15.29%-
HSV(B)209.19º97.37%29.8%-
XYZ2.092.057.12-
YUV32.74152.41106.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 76 (30.08% from 255) = 64.41%
R=1.69%
G=33.90%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal240760.970.4700.70209.1994.8715.29
Hex2284C612F046d15ff
Octal25011414157010632113717
Binary1010100010011001100001101111010001101101000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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