#08346D

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

Shades of Prussian Blue #08346D

Tints of Prussian Blue #08346D

Color information

#08346D (or 0x08346D) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 6D. RGB value is (8,52,109). Sum of RGB (Red+Green+Blue) = 8+52+109=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #08346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08346D is #F7CB92. Grayscale: #2D2D2D. Windows color (decimal): -16239507 or 7156744. OLE color: 7156744.

HSL color Cylindrical-coordinate representation of color #08346D: hue angle of 213.86º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08346D is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB852109-
CMYK0.930.5200.57
HSL213.86º86.32%22.94%-
HSV(B)213.86º92.66%42.75%-
XYZ4.093.6114.95-
YUV45.34163.92101.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=4.73%
G=30.77%
B=64.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8521090.930.5200.57213.8686.3222.94
Hex8346D5D34039d65617
Octal10641551356407132612627
Binary100011010011011011011101110100011100111010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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