#408488

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

Shades of Paradiso #408488

Tints of Paradiso #408488

Color information

#408488 (or 0x408488) is unknown color: approx Paradiso. HEX triplet: 40, 84 and 88. RGB value is (64,132,136). Sum of RGB (Red+Green+Blue) = 64+132+136=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #408488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408488 is #BF7B77. Grayscale: #707070. Windows color (decimal): -12548984 or 8946752. OLE color: 8946752.

HSL color Cylindrical-coordinate representation of color #408488: hue angle of 183.33º 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 #408488 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64132136-
CMYK0.530.0300.47
HSL183.33º36%39.22%-
HSV(B)183.33º52.94%53.33%-
XYZ14.8119.3726.25-
YUV112.12141.4793.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=19.28%
G=39.76%
B=40.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641321360.530.0300.47183.333639.22
Hex40848835302Fb72427
Octal1002042106530572674447
Binary1000000100001001000100011010111010111110110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408488; }

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

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

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

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

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

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

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

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