#08385A

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

Shades of Prussian Blue #08385A

Tints of Prussian Blue #08385A

Color information

#08385A (or 0x08385A) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 5A. RGB value is (8,56,90). Sum of RGB (Red+Green+Blue) = 8+56+90=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #08385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08385A is #F7C7A5. Grayscale: #2D2D2D. Windows color (decimal): -16238502 or 5912584. OLE color: 5912584.

HSL color Cylindrical-coordinate representation of color #08385A: hue angle of 204.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08385A is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85690-
CMYK0.910.3800.65
HSL204.88º83.67%19.22%-
HSV(B)204.88º91.11%35.29%-
XYZ3.363.6210.19-
YUV45.52153.1101.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=5.19%
G=36.36%
B=58.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal856900.910.3800.65204.8883.6719.22
Hex8385A5B26041cd5413
Octal107013213346010131512423
Binary1000111000101101010110111001100100000111001101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08385A; }

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

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

<style>
 a { background-color: #08385A; }

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

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

<style>
 span { border-color: #08385A; }

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

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