#08345E

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

Shades of Prussian Blue #08345E

Tints of Prussian Blue #08345E

Color information

#08345E (or 0x08345E) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 5E. RGB value is (8,52,94). Sum of RGB (Red+Green+Blue) = 8+52+94=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #08345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08345E is #F7CBA1. Grayscale: #2B2B2B. Windows color (decimal): -16239522 or 6173704. OLE color: 6173704.

HSL color Cylindrical-coordinate representation of color #08345E: hue angle of 209.3º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08345E is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85294-
CMYK0.910.4500.63
HSL209.3º84.31%20%-
HSV(B)209.3º91.49%36.86%-
XYZ3.353.3211.05-
YUV43.63156.42102.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=5.19%
G=33.77%
B=61.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal852940.910.4500.63209.384.3120
Hex8345E5B2D03Fd15414
Octal10641361335507732112424
Binary100011010010111101011011101101011111111010001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08345E; }

 p { color: rgb(8,52,94); }

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

<style>
 a { background-color: #08345E; }

 a { background-color: rgb(8,52,94); }

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

<style>
 span { border-color: #08345E; }

 span { border-color: rgb(8,52,94); }

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