Html Css Color HEX #408682 Paradiso

📋 copy color: '#408682'

red 64 ◦ green 134 ◦ blue 130

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

Shades of Paradiso #408682

Tints of Paradiso #408682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 19.51%
G = 40.85%
B = 39.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#408682 (or 0x408682) is known color: Paradiso. HEX triplet: 40, 86 and 82. RGB value is (64,134,130). Sum of RGB (Red+Green+Blue) = 64+134+130=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #408682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408682 is #BF797D. Grayscale: #707070. Windows color (decimal): -12548478 or 8554048. OLE color: 8554048.

HSL color Cylindrical-coordinate representation of color #408682: hue angle of 176.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408682 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 130 -
CMYK 0.52 0 0.03 0.47
HSL 176.57º 0.35% 0.39% -
HSV(B) 176.57º 0.52% 0.53% -
XYZ 14.67 19.75 24.16 -
YUV 112.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 64 134 130 0.52 0 0.03 0.47 176.57 0.35 0.39
Hex 40 86 82 34 0 3 2F B1 23 27
Octal 100 206 202 64 0 3 57 261 43 47
Binary 1000000 10000110 10000010 110100 0 11 101111 10110001 100011 100111

Color Harmonies of #408682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408682

Black with #408682

Text Example


Text Example

White with #408682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408682; }

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

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

background-color css

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

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

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

border-color css

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

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

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