#02385F

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

Shades of Prussian Blue #02385F

Tints of Prussian Blue #02385F

Color information

#02385F (or 0x02385F) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 5F. RGB value is (2,56,95). Sum of RGB (Red+Green+Blue) = 2+56+95=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #02385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02385F is #FDC7A0. Grayscale: #2C2C2C. Windows color (decimal): -16631713 or 6240258. OLE color: 6240258.

HSL color Cylindrical-coordinate representation of color #02385F: hue angle of 205.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02385F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB25695-
CMYK0.980.4100.63
HSL205.16º95.88%19.02%-
HSV(B)205.16º97.89%37.25%-
XYZ3.53.6711.35-
YUV44.3156.6197.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=1.31%
G=36.60%
B=62.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal256950.980.4100.63205.1695.8819.02
Hex2385F622903Fcd6013
Octal2701371425107731514023
Binary1011100010111111100010101001011111111001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02385F; }

 p { color: rgb(2,56,95); }

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

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

 a { background-color: rgb(2,56,95); }

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

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

 span { border-color: rgb(2,56,95); }

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