Html Css Color HEX #31737A Atoll

📋 copy color: '#31737A'

red 49 ◦ green 115 ◦ blue 122

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

Shades of Atoll #31737A

Tints of Atoll #31737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 17.13%
G = 40.21%
B = 42.66%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31737A (or 0x31737A) is known color: Atoll. HEX triplet: 31, 73 and 7A. RGB value is (49,115,122). Sum of RGB (Red+Green+Blue) = 49+115+122=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #31737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31737A is #CE8C85. Grayscale: #5F5F5F. Windows color (decimal): -13536390 or 8024881. OLE color: 8024881.

HSL color Cylindrical-coordinate representation of color #31737A: hue angle of 185.75º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31737A is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 115 122 -
CMYK 0.60 0.06 0 0.52
HSL 185.75º 0.43% 0.34% -
HSV(B) 185.75º 0.6% 0.48% -
XYZ 10.91 14.32 20.6 -
YUV 96.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 49 115 122 0.60 0.06 0 0.52 185.75 0.43 0.34
Hex 31 73 7A 3C 6 0 34 BA 2B 22
Octal 61 163 172 74 6 0 64 272 53 42
Binary 110001 1110011 1111010 111100 110 0 110100 10111010 101011 100010

Color Harmonies of #31737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31737A

Black with #31737A

Text Example


Text Example

White with #31737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31737A; }

 p { color: rgb(49,115,122); }

 H1.HeaderClassName
 {
   color: #31737A;
 }
 .AnyTagClassName
 {
   color: #31737A;
 }
</style>

background-color css

<style>
 a { background-color: #31737A; }

 a { background-color: rgb(49,115,122); }

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

border-color css

<style>
 span { border-color: #31737A; }

 span { border-color: rgb(49,115,122); }

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