Html Css Color HEX #408389 Paradiso

📋 copy color: '#408389'

red 64 ◦ green 131 ◦ blue 137

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

Shades of Paradiso #408389

Tints of Paradiso #408389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 19.28%
G = 39.46%
B = 41.27%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#408389 (or 0x408389) is known color: Paradiso. HEX triplet: 40, 83 and 89. RGB value is (64,131,137). Sum of RGB (Red+Green+Blue) = 64+131+137=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #408389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408389 is #BF7C76. Grayscale: #6F6F6F. Windows color (decimal): -12549239 or 9012032. OLE color: 9012032.

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

Color convert

RGB 64 131 137 -
CMYK 0.53 0.04 0 0.46
HSL 184.93º 0.36% 0.39% -
HSV(B) 184.93º 0.53% 0.54% -
XYZ 14.75 19.13 26.58 -
YUV 111.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 64 131 137 0.53 0.04 0 0.46 184.93 0.36 0.39
Hex 40 83 89 35 4 0 2E B9 24 27
Octal 100 203 211 65 4 0 56 271 44 47
Binary 1000000 10000011 10001001 110101 100 0 101110 10111001 100100 100111

Color Harmonies of #408389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408389

Black with #408389

Text Example


Text Example

White with #408389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408389; }

 p { color: rgb(64,131,137); }

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

background-color css

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

 a { background-color: rgb(64,131,137); }

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

border-color css

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

 span { border-color: rgb(64,131,137); }

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