#08375C

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

Shades of Prussian Blue #08375C

Tints of Prussian Blue #08375C

Color information

#08375C (or 0x08375C) is unknown color: approx Prussian Blue. HEX triplet: 08, 37 and 5C. RGB value is (8,55,92). Sum of RGB (Red+Green+Blue) = 8+55+92=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #08375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375C is #F7C8A3. Grayscale: #2C2C2C. Windows color (decimal): -16238756 or 6043400. OLE color: 6043400.

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

Color convert

RGB85592-
CMYK0.910.4000.64
HSL206.43º84%19.61%-
HSV(B)206.43º91.3%36.08%-
XYZ3.43.5610.63-
YUV45.16154.43101.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=5.16%
G=35.48%
B=59.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal855920.910.4000.64206.438419.61
Hex8375C5B28040ce5414
Octal106713413350010031612424
Binary1000110111101110010110111010000100000011001110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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