Html Css Color HEX #408085 Paradiso

📋 copy color: '#408085'

red 64 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #408085

Tints of Paradiso #408085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.92%

R = 19.69%
G = 39.38%
B = 40.92%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#408085 (or 0x408085) is known color: Paradiso. HEX triplet: 40, 80 and 85. RGB value is (64,128,133). Sum of RGB (Red+Green+Blue) = 64+128+133=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #408085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408085 is #BF7F7A. Grayscale: #6D6D6D. Windows color (decimal): -12550011 or 8749120. OLE color: 8749120.

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

Color convert

RGB 64 128 133 -
CMYK 0.52 0.04 0 0.48
HSL 184.35º 0.35% 0.39% -
HSV(B) 184.35º 0.52% 0.52% -
XYZ 14.07 18.22 24.97 -
YUV 109.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 64 128 133 0.52 0.04 0 0.48 184.35 0.35 0.39
Hex 40 80 85 34 4 0 30 B8 23 27
Octal 100 200 205 64 4 0 60 270 43 47
Binary 1000000 10000000 10000101 110100 100 0 110000 10111000 100011 100111

Color Harmonies of #408085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408085

Black with #408085

Text Example


Text Example

White with #408085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408085; }

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

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

background-color css

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

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

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

border-color css

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

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

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