Html Css Color HEX #3E838A Paradiso

📋 copy color: '#3E838A'

red 62 ◦ green 131 ◦ blue 138

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

Shades of Paradiso #3E838A

Tints of Paradiso #3E838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 18.73%
G = 39.58%
B = 41.69%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E838A (or 0x3E838A) is known color: Paradiso. HEX triplet: 3E, 83 and 8A. RGB value is (62,131,138). Sum of RGB (Red+Green+Blue) = 62+131+138=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E838A is #C17C75. Grayscale: #6F6F6F. Windows color (decimal): -12680310 or 9077566. OLE color: 9077566.

HSL color Cylindrical-coordinate representation of color #3E838A: hue angle of 185.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E838A is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 131 138 -
CMYK 0.55 0.05 0 0.46
HSL 185.53º 0.38% 0.39% -
HSV(B) 185.53º 0.55% 0.54% -
XYZ 14.69 19.09 26.96 -
YUV 111.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 62 131 138 0.55 0.05 0 0.46 185.53 0.38 0.39
Hex 3E 83 8A 37 5 0 2E BA 26 27
Octal 76 203 212 67 5 0 56 272 46 47
Binary 111110 10000011 10001010 110111 101 0 101110 10111010 100110 100111

Color Harmonies of #3E838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E838A

Black with #3E838A

Text Example


Text Example

White with #3E838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,131,138); }

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

background-color css

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

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

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

border-color css

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

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

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