#317475

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

Shades of Atoll #317475

Tints of Atoll #317475

Color information

#317475 (or 0x317475) is unknown color: approx Atoll. HEX triplet: 31, 74 and 75. RGB value is (49,116,117). Sum of RGB (Red+Green+Blue) = 49+116+117=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #317475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317475 is #CE8B8A. Grayscale: #606060. Windows color (decimal): -13536139 or 7697457. OLE color: 7697457.

HSL color Cylindrical-coordinate representation of color #317475: hue angle of 180.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317475 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49116117-
CMYK0.580.0100.54
HSL180.88º40.96%32.55%-
HSV(B)180.88º58.12%45.88%-
XYZ10.7214.4319.05-
YUV96.08139.894.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=17.38%
G=41.13%
B=41.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491161170.580.0100.54180.8840.9632.55
Hex3174753A1036b52921
Octal611641657210662655141
Binary110001111010011101011110101011011010110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317475; }

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

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

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

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

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

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

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

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