#408284

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

Shades of Paradiso #408284

Tints of Paradiso #408284

Color information

#408284 (or 0x408284) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 84. RGB value is (64,130,132). Sum of RGB (Red+Green+Blue) = 64+130+132=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #408284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408284 is #BF7D7B. Grayscale: #6E6E6E. Windows color (decimal): -12549500 or 8684096. OLE color: 8684096.

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

Color convert

RGB64130132-
CMYK0.520.0200.48
HSL181.76º34.69%38.43%-
HSV(B)181.76º51.52%51.76%-
XYZ14.2618.7224.69-
YUV110.49140.1394.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=19.63%
G=39.88%
B=40.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641301320.520.0200.48181.7634.6938.43
Hex408284342030b62326
Octal1002022046420602664346
Binary1000000100000101000010011010010011000010110110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408284; }

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

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

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

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

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

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

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

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