#317075

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

Shades of Atoll #317075

Tints of Atoll #317075

Color information

#317075 (or 0x317075) is unknown color: approx Atoll. HEX triplet: 31, 70 and 75. RGB value is (49,112,117). Sum of RGB (Red+Green+Blue) = 49+112+117=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #317075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317075 is #CE8F8A. Grayscale: #5D5D5D. Windows color (decimal): -13537163 or 7696433. OLE color: 7696433.

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

Color convert

RGB49112117-
CMYK0.580.0400.54
HSL184.41º40.96%32.55%-
HSV(B)184.41º58.12%45.88%-
XYZ10.2713.5318.9-
YUV93.73141.1396.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=17.63%
G=40.29%
B=42.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491121170.580.0400.54184.4140.9632.55
Hex3170753A4036b82921
Octal611601657240662705141
Binary11000111100001110101111010100011011010111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317075; }

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

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

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

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

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

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

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

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