#083362

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

Shades of Prussian Blue #083362

Tints of Prussian Blue #083362

Color information

#083362 (or 0x083362) is unknown color: approx Prussian Blue. HEX triplet: 08, 33 and 62. RGB value is (8,51,98). Sum of RGB (Red+Green+Blue) = 8+51+98=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #083362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083362 is #F7CC9D. Grayscale: #2B2B2B. Windows color (decimal): -16239774 or 6435592. OLE color: 6435592.

HSL color Cylindrical-coordinate representation of color #083362: hue angle of 211.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083362 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB85198-
CMYK0.920.4800.62
HSL211.33º84.91%20.78%-
HSV(B)211.33º91.84%38.43%-
XYZ3.493.312.01-
YUV43.5158.75102.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=5.10%
G=32.48%
B=62.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal851980.920.4800.62211.3384.9120.78
Hex833625C3003Ed35515
Octal10631421346007632312525
Binary100011001111000101011100110000011111011010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083362; }

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

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

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

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

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

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

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

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