#408285

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

Shades of Paradiso #408285

Tints of Paradiso #408285

Color information

#408285 (or 0x408285) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 85. RGB value is (64,130,133). Sum of RGB (Red+Green+Blue) = 64+130+133=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #408285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408285 is #BF7D7A. Grayscale: #6E6E6E. Windows color (decimal): -12549499 or 8749632. OLE color: 8749632.

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

Color convert

RGB64130133-
CMYK0.520.0200.48
HSL182.61º35.03%38.63%-
HSV(B)182.61º51.88%52.16%-
XYZ14.3318.7525.05-
YUV110.61140.6394.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=19.57%
G=39.76%
B=40.67%

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
Decimal641301330.520.0200.48182.6135.0338.63
Hex408285342030b72327
Octal1002022056420602674347
Binary1000000100000101000010111010010011000010110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408285; }

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

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

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

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

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

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

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

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