#31767D

Color #31767D Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #31767D

Tints of Atoll #31767D

Color information

#31767D (or 0x31767D) is unknown color: approx 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

RGB49118125-
CMYK0.610.0600.51
HSL185.53º43.68%34.12%-
HSV(B)185.53º60.8%49.02%-
XYZ11.4515.0921.71-
YUV98.17143.1492.93-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491181250.610.0600.51185.5343.6834.12
Hex31767D3D6033ba2c22
Octal611661757560632725442
Binary11000111101101111101111101110011001110111010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>