#317277

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

Shades of Atoll #317277

Tints of Atoll #317277

Color information

#317277 (or 0x317277) is unknown color: approx Atoll. HEX triplet: 31, 72 and 77. RGB value is (49,114,119). Sum of RGB (Red+Green+Blue) = 49+114+119=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #317277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317277 is #CE8D88. Grayscale: #5F5F5F. Windows color (decimal): -13536649 or 7828017. OLE color: 7828017.

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

Color convert

RGB49114119-
CMYK0.590.0400.53
HSL184.29º41.67%32.94%-
HSV(B)184.29º58.82%46.67%-
XYZ10.6114.0219.6-
YUV95.14141.4795.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=17.38%
G=40.43%
B=42.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491141190.590.0400.53184.2941.6732.94
Hex3172773B4035b82a21
Octal611621677340652705241
Binary11000111100101110111111011100011010110111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317277; }

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

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

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

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

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

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

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

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