#08386D

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

Shades of Prussian Blue #08386D

Tints of Prussian Blue #08386D

Color information

#08386D (or 0x08386D) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 6D. RGB value is (8,56,109). Sum of RGB (Red+Green+Blue) = 8+56+109=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #08386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08386D is #F7C792. Grayscale: #2F2F2F. Windows color (decimal): -16238483 or 7157768. OLE color: 7157768.

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

Color convert

RGB856109-
CMYK0.930.4900.57
HSL211.49º86.32%22.94%-
HSV(B)211.49º92.66%42.75%-
XYZ4.273.9815.01-
YUV47.69162.699.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=4.62%
G=32.37%
B=63.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8561090.930.4900.57211.4986.3222.94
Hex8386D5D31039d35617
Octal10701551356107132312627
Binary100011100011011011011101110001011100111010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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