#317878

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

Shades of Atoll #317878

Tints of Atoll #317878

Color information

#317878 (or 0x317878) is unknown color: approx Atoll. HEX triplet: 31, 78 and 78. RGB value is (49,120,120). Sum of RGB (Red+Green+Blue) = 49+120+120=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #317878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317878 is #CE8787. Grayscale: #626262. Windows color (decimal): -13535112 or 7895089. OLE color: 7895089.

HSL color Cylindrical-coordinate representation of color #317878: 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 #317878 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49120120-
CMYK0.59000.53
HSL180º42.01%33.14%-
HSV(B)180º59.17%47.06%-
XYZ11.3715.4420.15-
YUV98.77139.9892.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=16.96%
G=41.52%
B=41.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491201200.59000.5318042.0133.14
Hex3178783B0035b42a21
Octal611701707300652645241
Binary110001111100011110001110110011010110110100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317878; }

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

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

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

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

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

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

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

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