Html Css Color HEX #31737D Atoll

📋 copy color: '#31737D'

red 49 ◦ green 115 ◦ blue 125

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

Shades of Atoll #31737D

Tints of Atoll #31737D

RGB

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

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

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

R = 16.96%
G = 39.79%
B = 43.25%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31737D (or 0x31737D) is known color: Atoll. HEX triplet: 31, 73 and 7D. RGB value is (49,115,125). Sum of RGB (Red+Green+Blue) = 49+115+125=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #31737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31737D is #CE8C82. Grayscale: #606060. Windows color (decimal): -13536387 or 8221489. OLE color: 8221489.

HSL color Cylindrical-coordinate representation of color #31737D: hue angle of 187.89º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31737D is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 115 125 -
CMYK 0.61 0.08 0 0.51
HSL 187.89º 0.44% 0.34% -
HSV(B) 187.89º 0.61% 0.49% -
XYZ 11.1 14.4 21.6 -
YUV 96.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 49 115 125 0.61 0.08 0 0.51 187.89 0.44 0.34
Hex 31 73 7D 3D 8 0 33 BC 2C 22
Octal 61 163 175 75 10 0 63 274 54 42
Binary 110001 1110011 1111101 111101 1000 0 110011 10111100 101100 100010

Color Harmonies of #31737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31737D

Black with #31737D

Text Example


Text Example

White with #31737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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