#31787D

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

Shades of Atoll #31787D

Tints of Atoll #31787D

Color information

#31787D (or 0x31787D) is unknown color: approx Atoll. HEX triplet: 31, 78 and 7D. RGB value is (49,120,125). Sum of RGB (Red+Green+Blue) = 49+120+125=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #31787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31787D is #CE8782. Grayscale: #636363. Windows color (decimal): -13535107 or 8222769. OLE color: 8222769.

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

Color convert

RGB49120125-
CMYK0.610.0400.51
HSL183.95º43.68%34.12%-
HSV(B)183.95º60.8%49.02%-
XYZ11.6815.5721.79-
YUV99.34142.4892.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=16.67%
G=40.82%
B=42.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491201250.610.0400.51183.9543.6834.12
Hex31787D3D4033b82c22
Octal611701757540632705442
Binary11000111110001111101111101100011001110111000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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