#31777A

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

Shades of Atoll #31777A

Tints of Atoll #31777A

Color information

#31777A (or 0x31777A) is unknown color: approx Atoll. HEX triplet: 31, 77 and 7A. RGB value is (49,119,122). Sum of RGB (Red+Green+Blue) = 49+119+122=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #31777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31777A is #CE8885. Grayscale: #626262. Windows color (decimal): -13535366 or 8025905. OLE color: 8025905.

HSL color Cylindrical-coordinate representation of color #31777A: hue angle of 182.47º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31777A is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49119122-
CMYK0.600.0200.52
HSL182.47º42.69%33.53%-
HSV(B)182.47º59.84%47.84%-
XYZ11.3815.2520.76-
YUV98.41141.3192.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=16.90%
G=41.03%
B=42.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491191220.600.0200.52182.4742.6933.53
Hex31777A3C2034b62b22
Octal611671727420642665342
Binary1100011110111111101011110010011010010110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31777A; }

 p { color: rgb(49,119,122); }

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

<style>
 a { background-color: #31777A; }

 a { background-color: rgb(49,119,122); }

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

<style>
 span { border-color: #31777A; }

 span { border-color: rgb(49,119,122); }

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