#083358

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

Shades of Prussian Blue #083358

Tints of Prussian Blue #083358

Color information

#083358 (or 0x083358) is unknown color: approx Prussian Blue. HEX triplet: 08, 33 and 58. RGB value is (8,51,88). Sum of RGB (Red+Green+Blue) = 8+51+88=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #083358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083358 is #F7CCA7. Grayscale: #2A2A2A. Windows color (decimal): -16239784 or 5780232. OLE color: 5780232.

HSL color Cylindrical-coordinate representation of color #083358: hue angle of 207.75º degrees, saturation: 0.83, 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 #083358 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85188-
CMYK0.910.4200.65
HSL207.75º83.33%18.82%-
HSV(B)207.75º90.91%34.51%-
XYZ3.053.129.67-
YUV42.36153.75103.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=5.44%
G=34.69%
B=59.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal851880.910.4200.65207.7583.3318.82
Hex833585B2A041d05313
Octal106313013352010132012323
Binary1000110011101100010110111010100100000111010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083358; }

 p { color: rgb(8,51,88); }

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

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

 a { background-color: rgb(8,51,88); }

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

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

 span { border-color: rgb(8,51,88); }

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