#08356B

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

Shades of Prussian Blue #08356B

Tints of Prussian Blue #08356B

Color information

#08356B (or 0x08356B) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 6B. RGB value is (8,53,107). Sum of RGB (Red+Green+Blue) = 8+53+107=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #08356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08356B is #F7CA94. Grayscale: #2D2D2D. Windows color (decimal): -16239253 or 7025928. OLE color: 7025928.

HSL color Cylindrical-coordinate representation of color #08356B: hue angle of 212.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08356B is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB853107-
CMYK0.930.5000.58
HSL212.73º86.09%22.55%-
HSV(B)212.73º92.52%41.96%-
XYZ4.033.6614.4-
YUV45.7162.59101.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=4.76%
G=31.55%
B=63.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8531070.930.5000.58212.7386.0922.55
Hex8356B5D3203Ad55617
Octal10651531356207232512627
Binary100011010111010111011101110010011101011010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08356B; }

 p { color: rgb(8,53,107); }

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

<style>
 a { background-color: #08356B; }

 a { background-color: rgb(8,53,107); }

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

<style>
 span { border-color: #08356B; }

 span { border-color: rgb(8,53,107); }

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