Html Css Color HEX #408687 Paradiso

📋 copy color: '#408687'

red 64 ◦ green 134 ◦ blue 135

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

Shades of Paradiso #408687

Tints of Paradiso #408687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 19.22%
G = 40.24%
B = 40.54%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#408687 (or 0x408687) is known color: Paradiso. HEX triplet: 40, 86 and 87. RGB value is (64,134,135). Sum of RGB (Red+Green+Blue) = 64+134+135=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #408687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408687 is #BF7978. Grayscale: #717171. Windows color (decimal): -12548473 or 8881728. OLE color: 8881728.

HSL color Cylindrical-coordinate representation of color #408687: hue angle of 180.85º 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 #408687 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 135 -
CMYK 0.53 0.01 0 0.47
HSL 180.85º 0.36% 0.39% -
HSV(B) 180.85º 0.53% 0.53% -
XYZ 15.01 19.89 25.97 -
YUV 113.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 64 134 135 0.53 0.01 0 0.47 180.85 0.36 0.39
Hex 40 86 87 35 1 0 2F B5 24 27
Octal 100 206 207 65 1 0 57 265 44 47
Binary 1000000 10000110 10000111 110101 1 0 101111 10110101 100100 100111

Color Harmonies of #408687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408687

Black with #408687

Text Example


Text Example

White with #408687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408687; }

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

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

background-color css

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

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

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

border-color css

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

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

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