Html Css Color HEX #3E8686 Paradiso

📋 copy color: '#3E8686'

red 62 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #3E8686

Tints of Paradiso #3E8686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 18.79%
G = 40.61%
B = 40.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E8686 (or 0x3E8686) is known color: Paradiso. HEX triplet: 3E, 86 and 86. RGB value is (62,134,134). Sum of RGB (Red+Green+Blue) = 62+134+134=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #3E8686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8686 is #C17979. Grayscale: #707070. Windows color (decimal): -12679546 or 8816190. OLE color: 8816190.

HSL color Cylindrical-coordinate representation of color #3E8686: hue angle of 180º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8686 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 134 134 -
CMYK 0.54 0 0 0.47
HSL 180º 0.37% 0.38% -
HSV(B) 180º 0.54% 0.53% -
XYZ 14.81 19.8 25.59 -
YUV 112.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 62 134 134 0.54 0 0 0.47 180 0.37 0.38
Hex 3E 86 86 36 0 0 2F B4 25 26
Octal 76 206 206 66 0 0 57 264 45 46
Binary 111110 10000110 10000110 110110 0 0 101111 10110100 100101 100110

Color Harmonies of #3E8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8686

Black with #3E8686

Text Example


Text Example

White with #3E8686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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