Html Css Color HEX #3E827D Paradiso

📋 copy color: '#3E827D'

red 62 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #3E827D

Tints of Paradiso #3E827D

RGB

 RED value IS 62 (24.61% from 255) = 19.56%

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 19.56%
G = 41.01%
B = 39.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#3E827D (or 0x3E827D) is known color: Paradiso. HEX triplet: 3E, 82 and 7D. RGB value is (62,130,125). Sum of RGB (Red+Green+Blue) = 62+130+125=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #3E827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E827D is #C17D82. Grayscale: #6D6D6D. Windows color (decimal): -12680579 or 8225342. OLE color: 8225342.

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

Color convert

RGB 62 130 125 -
CMYK 0.52 0 0.04 0.49
HSL 175.59º 0.35% 0.38% -
HSV(B) 175.59º 0.52% 0.51% -
XYZ 13.67 18.47 22.25 -
YUV 109.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 62 130 125 0.52 0 0.04 0.49 175.59 0.35 0.38
Hex 3E 82 7D 34 0 4 31 B0 23 26
Octal 76 202 175 64 0 4 61 260 43 46
Binary 111110 10000010 1111101 110100 0 100 110001 10110000 100011 100110

Color Harmonies of #3E827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E827D

Black with #3E827D

Text Example


Text Example

White with #3E827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E827D; }

 p { color: rgb(62,130,125); }

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

background-color css

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

 a { background-color: rgb(62,130,125); }

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

border-color css

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

 span { border-color: rgb(62,130,125); }

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