#408584

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

Shades of Paradiso #408584

Tints of Paradiso #408584

Color information

#408584 (or 0x408584) is unknown color: approx Paradiso. HEX triplet: 40, 85 and 84. RGB value is (64,133,132). Sum of RGB (Red+Green+Blue) = 64+133+132=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #408584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408584 is #BF7A7B. Grayscale: #707070. Windows color (decimal): -12548732 or 8684864. OLE color: 8684864.

HSL color Cylindrical-coordinate representation of color #408584: hue angle of 179.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408584 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB64133132-
CMYK0.5200.010.48
HSL179.13º35.03%38.63%-
HSV(B)179.13º51.88%52.16%-
XYZ14.6719.5324.83-
YUV112.26139.1493.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=19.45%
G=40.43%
B=40.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331320.5200.010.48179.1335.0338.63
Hex408584340130b32327
Octal1002052046401602634347
Binary100000010000101100001001101000111000010110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408584; }

 p { color: rgb(64,133,132); }

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

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

 a { background-color: rgb(64,133,132); }

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

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

 span { border-color: rgb(64,133,132); }

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