#317E82

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

Shades of Atoll #317E82

Tints of Atoll #317E82

Color information

#317E82 (or 0x317E82) is unknown color: approx Atoll. HEX triplet: 31, 7E and 82. RGB value is (49,126,130). Sum of RGB (Red+Green+Blue) = 49+126+130=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #317E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E82 is #CE817D. Grayscale: #676767. Windows color (decimal): -13533566 or 8551985. OLE color: 8551985.

HSL color Cylindrical-coordinate representation of color #317E82: hue angle of 182.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317E82 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49126130-
CMYK0.620.0300.49
HSL182.96º45.25%35.1%-
HSV(B)182.96º62.31%50.98%-
XYZ12.7617.1923.76-
YUV103.43142.9989.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=16.07%
G=41.31%
B=42.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491261300.620.0300.49182.9645.2535.1
Hex317E823E3031b72d23
Octal611762027630612675543
Binary11000111111101000001011111011011000110110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E82; }

 p { color: rgb(49,126,130); }

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

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

 a { background-color: rgb(49,126,130); }

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

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

 span { border-color: rgb(49,126,130); }

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