#02244D

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

Shades of Prussian Blue #02244D

Tints of Prussian Blue #02244D

Color information

#02244D (or 0x02244D) is unknown color: approx Prussian Blue. HEX triplet: 02, 24 and 4D. RGB value is (2,36,77). Sum of RGB (Red+Green+Blue) = 2+36+77=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #02244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02244D is #FDDBB2. Grayscale: #1E1E1E. Windows color (decimal): -16636851 or 5055490. OLE color: 5055490.

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

Color convert

RGB23677-
CMYK0.970.5300.70
HSL212.8º94.94%15.49%-
HSV(B)212.8º97.4%30.2%-
XYZ21.817.27-
YUV30.51154.24107.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=1.74%
G=31.30%
B=66.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal236770.970.5300.70212.894.9415.49
Hex2244D6135046d55ff
Octal24411514165010632513717
Binary1010010010011011100001110101010001101101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,36,77); }

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

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

 a { background-color: rgb(2,36,77); }

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

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

 span { border-color: rgb(2,36,77); }

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