#08346A

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

Shades of Prussian Blue #08346A

Tints of Prussian Blue #08346A

Color information

#08346A (or 0x08346A) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 6A. RGB value is (8,52,106). Sum of RGB (Red+Green+Blue) = 8+52+106=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #08346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08346A is #F7CB95. Grayscale: #2C2C2C. Windows color (decimal): -16239510 or 6960136. OLE color: 6960136.

HSL color Cylindrical-coordinate representation of color #08346A: hue angle of 213.06º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08346A is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB852106-
CMYK0.920.5100.58
HSL213.06º85.96%22.35%-
HSV(B)213.06º92.45%41.57%-
XYZ3.933.5514.11-
YUV45162.42101.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=4.82%
G=31.33%
B=63.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8521060.920.5100.58213.0685.9622.35
Hex8346A5C3303Ad55616
Octal10641521346307232512626
Binary100011010011010101011100110011011101011010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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