Html Css Color HEX #408280 Paradiso

📋 copy color: '#408280'

red 64 ◦ green 130 ◦ blue 128

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

Shades of Paradiso #408280

Tints of Paradiso #408280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 19.88%
G = 40.37%
B = 39.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#408280 (or 0x408280) is known color: Paradiso. HEX triplet: 40, 82 and 80. RGB value is (64,130,128). Sum of RGB (Red+Green+Blue) = 64+130+128=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #408280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408280 is #BF7D7F. Grayscale: #6D6D6D. Windows color (decimal): -12549504 or 8421952. OLE color: 8421952.

HSL color Cylindrical-coordinate representation of color #408280: hue angle of 178.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408280 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 128 -
CMYK 0.51 0 0.02 0.49
HSL 178.18º 0.34% 0.38% -
HSV(B) 178.18º 0.51% 0.51% -
XYZ 13.99 18.61 23.28 -
YUV 110.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 64 130 128 0.51 0 0.02 0.49 178.18 0.34 0.38
Hex 40 82 80 33 0 2 31 B2 22 26
Octal 100 202 200 63 0 2 61 262 42 46
Binary 1000000 10000010 10000000 110011 0 10 110001 10110010 100010 100110

Color Harmonies of #408280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408280

Black with #408280

Text Example


Text Example

White with #408280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408280; }

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

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

background-color css

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

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

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

border-color css

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

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

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