#083355

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

Shades of Prussian Blue #083355

Tints of Prussian Blue #083355

Color information

#083355 (or 0x083355) is unknown color: approx Prussian Blue. HEX triplet: 08, 33 and 55. RGB value is (8,51,85). Sum of RGB (Red+Green+Blue) = 8+51+85=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #083355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083355 is #F7CCAA. Grayscale: #292929. Windows color (decimal): -16239787 or 5583624. OLE color: 5583624.

HSL color Cylindrical-coordinate representation of color #083355: hue angle of 206.49º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083355 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85185-
CMYK0.910.4000.67
HSL206.49º82.8%18.24%-
HSV(B)206.49º90.59%33.33%-
XYZ2.923.089.03-
YUV42.02152.25103.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=5.56%
G=35.42%
B=59.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal851850.910.4000.67206.4982.818.24
Hex833555B28043ce5312
Octal106312513350010331612322
Binary1000110011101010110110111010000100001111001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083355; }

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

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

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

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

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

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

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

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