Html Css Color HEX #40828D Paradiso

📋 copy color: '#40828D'

red 64 ◦ green 130 ◦ blue 141

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

Shades of Paradiso #40828D

Tints of Paradiso #40828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 19.1%
G = 38.81%
B = 42.09%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40828D (or 0x40828D) is known color: Paradiso. HEX triplet: 40, 82 and 8D. RGB value is (64,130,141). Sum of RGB (Red+Green+Blue) = 64+130+141=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #40828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828D is #BF7D72. Grayscale: #6F6F6F. Windows color (decimal): -12549491 or 9273920. OLE color: 9273920.

HSL color Cylindrical-coordinate representation of color #40828D: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40828D is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 130 141 -
CMYK 0.55 0.08 0 0.45
HSL 188.57º 0.38% 0.4% -
HSV(B) 188.57º 0.55% 0.55% -
XYZ 14.9 18.98 28.08 -
YUV 111.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 64 130 141 0.55 0.08 0 0.45 188.57 0.38 0.4
Hex 40 82 8D 37 8 0 2D BD 26 28
Octal 100 202 215 67 10 0 55 275 46 50
Binary 1000000 10000010 10001101 110111 1000 0 101101 10111101 100110 101000

Color Harmonies of #40828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40828D

Black with #40828D

Text Example


Text Example

White with #40828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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