#31767C

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

Shades of Atoll #31767C

Tints of Atoll #31767C

Color information

#31767C (or 0x31767C) is unknown color: approx Atoll. HEX triplet: 31, 76 and 7C. RGB value is (49,118,124). Sum of RGB (Red+Green+Blue) = 49+118+124=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #31767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31767C is #CE8983. Grayscale: #616161. Windows color (decimal): -13535620 or 8156721. OLE color: 8156721.

HSL color Cylindrical-coordinate representation of color #31767C: hue angle of 184.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31767C is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49118124-
CMYK0.600.0500.51
HSL184.8º43.35%33.92%-
HSV(B)184.8º60.48%48.63%-
XYZ11.3815.0721.38-
YUV98.05142.6493.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=16.84%
G=40.55%
B=42.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491181240.600.0500.51184.843.3533.92
Hex31767C3C5033b92b22
Octal611661747450632715342
Binary11000111101101111100111100101011001110111001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31767C;
 }
 .AnyTagClassName
 {
   color: #31767C;
 }
</style>
background-color css

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

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

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

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

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

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