#408684

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

Shades of Paradiso #408684

Tints of Paradiso #408684

Color information

#408684 (or 0x408684) is unknown color: approx Paradiso. HEX triplet: 40, 86 and 84. RGB value is (64,134,132). Sum of RGB (Red+Green+Blue) = 64+134+132=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #408684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408684 is #BF797B. Grayscale: #707070. Windows color (decimal): -12548476 or 8685120. OLE color: 8685120.

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

Color convert

RGB64134132-
CMYK0.5200.010.47
HSL178.29º35.35%38.82%-
HSV(B)178.29º52.24%52.55%-
XYZ14.819.8124.87-
YUV112.84138.8193.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 132 (51.95% from 255) = 40%
R=19.39%
G=40.61%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341320.5200.010.47178.2935.3538.82
Hex40868434012Fb22327
Octal1002062046401572624347
Binary100000010000110100001001101000110111110110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408684; }

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

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

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

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

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

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

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

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