#02314D

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

Shades of Prussian Blue #02314D

Tints of Prussian Blue #02314D

Color information

#02314D (or 0x02314D) is unknown color: approx Prussian Blue. HEX triplet: 02, 31 and 4D. RGB value is (2,49,77). Sum of RGB (Red+Green+Blue) = 2+49+77=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #02314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02314D is #FDCEB2. Grayscale: #252525. Windows color (decimal): -16633523 or 5058818. OLE color: 5058818.

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

Color convert

RGB24977-
CMYK0.970.3600.70
HSL202.4º94.94%15.49%-
HSV(B)202.4º97.4%30.2%-
XYZ2.462.757.42-
YUV38.14149.93102.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=1.56%
G=38.28%
B=60.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal249770.970.3600.70202.494.9415.49
Hex2314D6124046ca5ff
Octal26111514144010631213717
Binary1011000110011011100001100100010001101100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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