Html Css Color HEX #31837E Atoll

📋 copy color: '#31837E'

red 49 ◦ green 131 ◦ blue 126

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

Shades of Atoll #31837E

Tints of Atoll #31837E

RGB

 RED value IS 49 (19.53% from 255) = 16.01%

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

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 16.01%
G = 42.81%
B = 41.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#31837E (or 0x31837E) is known color: Atoll. HEX triplet: 31, 83 and 7E. RGB value is (49,131,126). Sum of RGB (Red+Green+Blue) = 49+131+126=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #31837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31837E is #CE7C81. Grayscale: #696969. Windows color (decimal): -13532290 or 8291121. OLE color: 8291121.

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

Color convert

RGB 49 131 126 -
CMYK 0.63 0 0.04 0.49
HSL 176.34º 0.46% 0.35% -
HSV(B) 176.34º 0.63% 0.51% -
XYZ 13.15 18.39 22.6 -
YUV 105.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 49 131 126 0.63 0 0.04 0.49 176.34 0.46 0.35
Hex 31 83 7E 3F 0 4 31 B0 2E 23
Octal 61 203 176 77 0 4 61 260 56 43
Binary 110001 10000011 1111110 111111 0 100 110001 10110000 101110 100011

Color Harmonies of #31837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31837E

Black with #31837E

Text Example


Text Example

White with #31837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31837E; }

 p { color: rgb(49,131,126); }

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

background-color css

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

 a { background-color: rgb(49,131,126); }

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

border-color css

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

 span { border-color: rgb(49,131,126); }

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