#08355C

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

Shades of Prussian Blue #08355C

Tints of Prussian Blue #08355C

Color information

#08355C (or 0x08355C) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 5C. RGB value is (8,53,92). Sum of RGB (Red+Green+Blue) = 8+53+92=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #08355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08355C is #F7CAA3. Grayscale: #2B2B2B. Windows color (decimal): -16239268 or 6042888. OLE color: 6042888.

HSL color Cylindrical-coordinate representation of color #08355C: hue angle of 207.86º 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 #08355C is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85392-
CMYK0.910.4200.64
HSL207.86º84%19.61%-
HSV(B)207.86º91.3%36.08%-
XYZ3.313.3710.6-
YUV43.99155.09102.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=5.23%
G=34.64%
B=60.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal853920.910.4200.64207.868419.61
Hex8355C5B2A040d05414
Octal106513413352010032012424
Binary1000110101101110010110111010100100000011010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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