#408784

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

Shades of Paradiso #408784

Tints of Paradiso #408784

Color information

#408784 (or 0x408784) is unknown color: approx Paradiso. HEX triplet: 40, 87 and 84. RGB value is (64,135,132). Sum of RGB (Red+Green+Blue) = 64+135+132=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #408784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408784 is #BF787B. Grayscale: #717171. Windows color (decimal): -12548220 or 8685376. OLE color: 8685376.

HSL color Cylindrical-coordinate representation of color #408784: hue angle of 177.46º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408784 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB64135132-
CMYK0.5300.020.47
HSL177.46º35.68%39.02%-
HSV(B)177.46º52.59%52.94%-
XYZ14.9420.0824.92-
YUV113.43138.4892.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=19.34%
G=40.79%
B=39.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351320.5300.020.47177.4635.6839.02
Hex40878435022Fb12427
Octal1002072046502572614447
Binary1000000100001111000010011010101010111110110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408784; }

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

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

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

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

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

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

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

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