Html Css Color HEX #408189 Paradiso

📋 copy color: '#408189'

red 64 ◦ green 129 ◦ blue 137

#408189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #408189

Tints of Paradiso #408189

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 value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#408189 (or 0x408189) is known color: 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

RGB 64 129 137 -
CMYK 0.53 0.06 0 0.46
HSL 186.58º 0.36% 0.39% -
HSV(B) 186.58º 0.53% 0.54% -
XYZ 14.48 18.6 26.49 -
YUV 110.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 64 129 137 0.53 0.06 0 0.46 186.58 0.36 0.39
Hex 40 81 89 35 6 0 2E BB 24 27
Octal 100 201 211 65 6 0 56 273 44 47
Binary 1000000 10000001 10001001 110101 110 0 101110 10111011 100100 100111

Color Harmonies of #408189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408189

Black with #408189

Text Example


Text Example

White with #408189

Text Example


Text Example

HTML Codes & Css Web 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>