Html Css Color HEX #408188 Paradiso

📋 copy color: '#408188'

red 64 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #408188

Tints of Paradiso #408188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 19.45%
G = 39.21%
B = 41.34%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#408188 (or 0x408188) is known color: Paradiso. HEX triplet: 40, 81 and 88. RGB value is (64,129,136). Sum of RGB (Red+Green+Blue) = 64+129+136=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #408188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408188 is #BF7E77. Grayscale: #6E6E6E. Windows color (decimal): -12549752 or 8945984. OLE color: 8945984.

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

Color convert

RGB 64 129 136 -
CMYK 0.53 0.05 0 0.47
HSL 185.83º 0.36% 0.39% -
HSV(B) 185.83º 0.53% 0.53% -
XYZ 14.41 18.57 26.12 -
YUV 110.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 64 129 136 0.53 0.05 0 0.47 185.83 0.36 0.39
Hex 40 81 88 35 5 0 2F BA 24 27
Octal 100 201 210 65 5 0 57 272 44 47
Binary 1000000 10000001 10001000 110101 101 0 101111 10111010 100100 100111

Color Harmonies of #408188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408188

Black with #408188

Text Example


Text Example

White with #408188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408188; }

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

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

background-color css

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

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

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

border-color css

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

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

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