#408282

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

Shades of Paradiso #408282

Tints of Paradiso #408282

Color information

#408282 (or 0x408282) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 82. RGB value is (64,130,130). Sum of RGB (Red+Green+Blue) = 64+130+130=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #408282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408282 is #BF7D7D. Grayscale: #6E6E6E. Windows color (decimal): -12549502 or 8553024. OLE color: 8553024.

HSL color Cylindrical-coordinate representation of color #408282: hue angle of 180º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408282 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64130130-
CMYK0.51000.49
HSL180º34.02%38.04%-
HSV(B)180º50.77%50.98%-
XYZ14.1318.6723.98-
YUV110.27139.1395-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=19.75%
G=40.12%
B=40.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301300.51000.4918034.0238.04
Hex408282330031b42226
Octal1002022026300612644246
Binary100000010000010100000101100110011000110110100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408282; }

 p { color: rgb(64,130,130); }

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

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

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

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

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

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

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