Html Css Color HEX #408088 Paradiso

📋 copy color: '#408088'

red 64 ◦ green 128 ◦ blue 136

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

Shades of Paradiso #408088

Tints of Paradiso #408088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.46%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#408088 (or 0x408088) is known color: Paradiso. HEX triplet: 40, 80 and 88. RGB value is (64,128,136). Sum of RGB (Red+Green+Blue) = 64+128+136=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #408088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408088 is #BF7F77. Grayscale: #6D6D6D. Windows color (decimal): -12550008 or 8945728. OLE color: 8945728.

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

Color convert

RGB 64 128 136 -
CMYK 0.53 0.06 0 0.47
HSL 186.67º 0.36% 0.39% -
HSV(B) 186.67º 0.53% 0.53% -
XYZ 14.28 18.31 26.07 -
YUV 109.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 64 128 136 0.53 0.06 0 0.47 186.67 0.36 0.39
Hex 40 80 88 35 6 0 2F BB 24 27
Octal 100 200 210 65 6 0 57 273 44 47
Binary 1000000 10000000 10001000 110101 110 0 101111 10111011 100100 100111

Color Harmonies of #408088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408088

Black with #408088

Text Example


Text Example

White with #408088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408088; }

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

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

background-color css

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

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

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

border-color css

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

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

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