#317377

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

Shades of Atoll #317377

Tints of Atoll #317377

Color information

#317377 (or 0x317377) is unknown color: approx Atoll. HEX triplet: 31, 73 and 77. RGB value is (49,115,119). Sum of RGB (Red+Green+Blue) = 49+115+119=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #317377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317377 is #CE8C88. Grayscale: #5F5F5F. Windows color (decimal): -13536393 or 7828273. OLE color: 7828273.

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

Color convert

RGB49115119-
CMYK0.590.0300.53
HSL183.43º41.67%32.94%-
HSV(B)183.43º58.82%46.67%-
XYZ10.7314.2519.64-
YUV95.72141.1394.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=17.31%
G=40.64%
B=42.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491151190.590.0300.53183.4341.6732.94
Hex3173773B3035b72a21
Octal611631677330652675241
Binary1100011110011111011111101111011010110110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317377; }

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

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

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

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

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

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

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

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