#317C82

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

Shades of Atoll #317C82

Tints of Atoll #317C82

Color information

#317C82 (or 0x317C82) is unknown color: approx Atoll. HEX triplet: 31, 7C and 82. RGB value is (49,124,130). Sum of RGB (Red+Green+Blue) = 49+124+130=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #317C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C82 is #CE837D. Grayscale: #666666. Windows color (decimal): -13534078 or 8551473. OLE color: 8551473.

HSL color Cylindrical-coordinate representation of color #317C82: hue angle of 184.44º 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 #317C82 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49124130-
CMYK0.620.0500.49
HSL184.44º45.25%35.1%-
HSV(B)184.44º62.31%50.98%-
XYZ12.516.6823.68-
YUV102.26143.6590.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=16.17%
G=40.92%
B=42.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491241300.620.0500.49184.4445.2535.1
Hex317C823E5031b82d23
Octal611742027650612705543
Binary110001111110010000010111110101011000110111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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