#02385C

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

Shades of Prussian Blue #02385C

Tints of Prussian Blue #02385C

Color information

#02385C (or 0x02385C) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 5C. RGB value is (2,56,92). Sum of RGB (Red+Green+Blue) = 2+56+92=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #02385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02385C is #FDC7A3. Grayscale: #2B2B2B. Windows color (decimal): -16631716 or 6043650. OLE color: 6043650.

HSL color Cylindrical-coordinate representation of color #02385C: hue angle of 204º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02385C is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25692-
CMYK0.980.3900.64
HSL204º95.74%18.43%-
HSV(B)204º97.83%36.08%-
XYZ3.373.6110.65-
YUV43.96155.1198.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=1.33%
G=37.33%
B=61.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal256920.980.3900.6420495.7418.43
Hex2385C6227040cc6012
Octal27013414247010031414022
Binary10111000101110011000101001110100000011001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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