Html Css Color HEX #408187 Paradiso

📋 copy color: '#408187'

red 64 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #408187

Tints of Paradiso #408187

RGB

 RED value IS 64 (25.39% from 255) = 19.51%

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 19.51%
G = 39.33%
B = 41.16%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#408187 (or 0x408187) is known color: Paradiso. HEX triplet: 40, 81 and 87. RGB value is (64,129,135). Sum of RGB (Red+Green+Blue) = 64+129+135=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #408187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408187 is #BF7E78. Grayscale: #6E6E6E. Windows color (decimal): -12549753 or 8880448. OLE color: 8880448.

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

Color convert

RGB 64 129 135 -
CMYK 0.53 0.04 0 0.47
HSL 185.07º 0.36% 0.39% -
HSV(B) 185.07º 0.53% 0.53% -
XYZ 14.34 18.54 25.74 -
YUV 110.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 64 129 135 0.53 0.04 0 0.47 185.07 0.36 0.39
Hex 40 81 87 35 4 0 2F B9 24 27
Octal 100 201 207 65 4 0 57 271 44 47
Binary 1000000 10000001 10000111 110101 100 0 101111 10111001 100100 100111

Color Harmonies of #408187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408187

Black with #408187

Text Example


Text Example

White with #408187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408187; }

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

 H1.HeaderClassName
 {
   color: #408187;
 }
 .AnyTagClassName
 {
   color: #408187;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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