#317777

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

Shades of Atoll #317777

Tints of Atoll #317777

Color information

#317777 (or 0x317777) is unknown color: approx Atoll. HEX triplet: 31, 77 and 77. RGB value is (49,119,119). Sum of RGB (Red+Green+Blue) = 49+119+119=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #317777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317777 is #CE8888. Grayscale: #626262. Windows color (decimal): -13535369 or 7829297. OLE color: 7829297.

HSL color Cylindrical-coordinate representation of color #317777: hue angle of 180º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317777 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49119119-
CMYK0.59000.53
HSL180º41.67%32.94%-
HSV(B)180º58.82%46.67%-
XYZ11.1915.1819.79-
YUV98.07139.8193-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=17.07%
G=41.46%
B=41.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491191190.59000.5318041.6732.94
Hex3177773B0035b42a21
Octal611671677300652645241
Binary110001111011111101111110110011010110110100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317777; }

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

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

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

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

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

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

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

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