#02386D

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

Shades of Prussian Blue #02386D

Tints of Prussian Blue #02386D

Color information

#02386D (or 0x02386D) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 6D. RGB value is (2,56,109). Sum of RGB (Red+Green+Blue) = 2+56+109=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #02386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02386D is #FDC792. Grayscale: #2D2D2D. Windows color (decimal): -16631699 or 7157762. OLE color: 7157762.

HSL color Cylindrical-coordinate representation of color #02386D: hue angle of 209.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02386D is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB256109-
CMYK0.980.4900.57
HSL209.72º96.4%21.76%-
HSV(B)209.72º98.17%42.75%-
XYZ4.23.9515.01-
YUV45.9163.6196.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=1.20%
G=33.53%
B=65.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2561090.980.4900.57209.7296.421.76
Hex2386D6231039d26016
Octal2701551426107132214026
Binary1011100011011011100010110001011100111010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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