#408189

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

Shades of Paradiso #408189

Tints of Paradiso #408189

Color information

#408189 (or 0x408189) is unknown color: approx Paradiso. HEX triplet: 40, 81 and 89. RGB value is (64,129,137). Sum of RGB (Red+Green+Blue) = 64+129+137=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #408189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408189 is #BF7E76. Grayscale: #6E6E6E. Windows color (decimal): -12549751 or 9011520. OLE color: 9011520.

HSL color Cylindrical-coordinate representation of color #408189: hue angle of 186.58º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408189 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64129137-
CMYK0.530.0600.46
HSL186.58º36.32%39.41%-
HSV(B)186.58º53.28%53.73%-
XYZ14.4818.626.49-
YUV110.48142.9794.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=19.39%
G=39.09%
B=41.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641291370.530.0600.46186.5836.3239.41
Hex40818935602Ebb2427
Octal1002012116560562734447
Binary10000001000000110001001110101110010111010111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408189; }

 p { color: rgb(64,129,137); }

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

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

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

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

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

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

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