Html Css Color HEX #31767E Atoll

📋 copy color: '#31767E'

red 49 ◦ green 118 ◦ blue 126

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

Shades of Atoll #31767E

Tints of Atoll #31767E

RGB

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

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

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

R = 16.72%
G = 40.27%
B = 43%

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

#31767E (or 0x31767E) is known color: Atoll. HEX triplet: 31, 76 and 7E. RGB value is (49,118,126). Sum of RGB (Red+Green+Blue) = 49+118+126=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #31767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31767E is #CE8981. Grayscale: #626262. Windows color (decimal): -13535618 or 8287793. OLE color: 8287793.

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

Color convert

RGB 49 118 126 -
CMYK 0.61 0.06 0 0.51
HSL 186.23º 0.44% 0.34% -
HSV(B) 186.23º 0.61% 0.49% -
XYZ 11.51 15.12 22.05 -
YUV 98.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 49 118 126 0.61 0.06 0 0.51 186.23 0.44 0.34
Hex 31 76 7E 3D 6 0 33 BA 2C 22
Octal 61 166 176 75 6 0 63 272 54 42
Binary 110001 1110110 1111110 111101 110 0 110011 10111010 101100 100010

Color Harmonies of #31767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31767E

Black with #31767E

Text Example


Text Example

White with #31767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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