Html Css Color HEX #31767D Atoll

📋 copy color: '#31767D'

red 49 ◦ green 118 ◦ blue 125

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

Shades of Atoll #31767D

Tints of Atoll #31767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 16.78%
G = 40.41%
B = 42.81%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31767D (or 0x31767D) is known color: Atoll. HEX triplet: 31, 76 and 7D. RGB value is (49,118,125). Sum of RGB (Red+Green+Blue) = 49+118+125=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #31767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31767D is #CE8982. Grayscale: #626262. Windows color (decimal): -13535619 or 8222257. OLE color: 8222257.

HSL color Cylindrical-coordinate representation of color #31767D: hue angle of 185.53º 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 #31767D is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 118 125 -
CMYK 0.61 0.06 0 0.51
HSL 185.53º 0.44% 0.34% -
HSV(B) 185.53º 0.61% 0.49% -
XYZ 11.45 15.09 21.71 -
YUV 98.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 49 118 125 0.61 0.06 0 0.51 185.53 0.44 0.34
Hex 31 76 7D 3D 6 0 33 BA 2C 22
Octal 61 166 175 75 6 0 63 272 54 42
Binary 110001 1110110 1111101 111101 110 0 110011 10111010 101100 100010

Color Harmonies of #31767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31767D

Black with #31767D

Text Example


Text Example

White with #31767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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