#317C83

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

Shades of Atoll #317C83

Tints of Atoll #317C83

Color information

#317C83 (or 0x317C83) is unknown color: approx Atoll. HEX triplet: 31, 7C and 83. RGB value is (49,124,131). Sum of RGB (Red+Green+Blue) = 49+124+131=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #317C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C83 is #CE837C. Grayscale: #666666. Windows color (decimal): -13534077 or 8617009. OLE color: 8617009.

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

Color convert

RGB49124131-
CMYK0.630.0500.49
HSL185.12º45.56%35.29%-
HSV(B)185.12º62.6%51.37%-
XYZ12.5716.7124.03-
YUV102.37144.1589.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=16.12%
G=40.79%
B=43.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491241310.630.0500.49185.1245.5635.29
Hex317C833F5031b92e23
Octal611742037750612715643
Binary110001111110010000011111111101011000110111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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