#317A7F

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

Shades of Atoll #317A7F

Tints of Atoll #317A7F

Color information

#317A7F (or 0x317A7F) is unknown color: approx Atoll. HEX triplet: 31, 7A and 7F. RGB value is (49,122,127). Sum of RGB (Red+Green+Blue) = 49+122+127=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #317A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317A7F is #CE8580. Grayscale: #646464. Windows color (decimal): -13534593 or 8354353. OLE color: 8354353.

HSL color Cylindrical-coordinate representation of color #317A7F: hue angle of 183.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317A7F is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49122127-
CMYK0.610.0400.50
HSL183.85º44.32%34.51%-
HSV(B)183.85º61.42%49.8%-
XYZ12.0616.122.55-
YUV100.74142.8291.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 127 (50% from 255) = 42.62%
R=16.44%
G=40.94%
B=42.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491221270.610.0400.50183.8544.3234.51
Hex317A7F3D4032b82c23
Octal611721777540622705443
Binary11000111110101111111111101100011001010111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317A7F; }

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

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

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

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

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

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

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

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