#317478

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

Shades of Atoll #317478

Tints of Atoll #317478

Color information

#317478 (or 0x317478) is unknown color: approx Atoll. HEX triplet: 31, 74 and 78. RGB value is (49,116,120). Sum of RGB (Red+Green+Blue) = 49+116+120=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #317478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317478 is #CE8B87. Grayscale: #606060. Windows color (decimal): -13536136 or 7894065. OLE color: 7894065.

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

Color convert

RGB49116120-
CMYK0.590.0300.53
HSL183.38º42.01%33.14%-
HSV(B)183.38º59.17%47.06%-
XYZ10.914.519.99-
YUV96.42141.394.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=17.19%
G=40.70%
B=42.11%

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
Decimal491161200.590.0300.53183.3842.0133.14
Hex3174783B3035b72a21
Octal611641707330652675241
Binary1100011110100111100011101111011010110110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317478; }

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

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

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

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

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

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

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

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