#31777D

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

Shades of Atoll #31777D

Tints of Atoll #31777D

Color information

#31777D (or 0x31777D) is unknown color: approx Atoll. HEX triplet: 31, 77 and 7D. RGB value is (49,119,125). Sum of RGB (Red+Green+Blue) = 49+119+125=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #31777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31777D is #CE8882. Grayscale: #626262. Windows color (decimal): -13535363 or 8222513. OLE color: 8222513.

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

Color convert

RGB49119125-
CMYK0.610.0500.51
HSL184.74º43.68%34.12%-
HSV(B)184.74º60.8%49.02%-
XYZ11.5715.3321.75-
YUV98.75142.8192.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=16.72%
G=40.61%
B=42.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491191250.610.0500.51184.7443.6834.12
Hex31777D3D5033b92c22
Octal611671757550632715442
Binary11000111101111111101111101101011001110111001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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