#08355D

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

Shades of Prussian Blue #08355D

Tints of Prussian Blue #08355D

Color information

#08355D (or 0x08355D) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 5D. RGB value is (8,53,93). Sum of RGB (Red+Green+Blue) = 8+53+93=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #08355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08355D is #F7CAA2. Grayscale: #2B2B2B. Windows color (decimal): -16239267 or 6108424. OLE color: 6108424.

HSL color Cylindrical-coordinate representation of color #08355D: hue angle of 208.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08355D is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85393-
CMYK0.910.4300.64
HSL208.24º84.16%19.8%-
HSV(B)208.24º91.4%36.47%-
XYZ3.353.3910.83-
YUV44.1155.59102.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=5.19%
G=34.42%
B=60.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal853930.910.4300.64208.2484.1619.8
Hex8355D5B2B040d05414
Octal106513513353010032012424
Binary1000110101101110110110111010110100000011010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,53,93); }

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

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

 a { background-color: rgb(8,53,93); }

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

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

 span { border-color: rgb(8,53,93); }

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