#317E83

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

Shades of Atoll #317E83

Tints of Atoll #317E83

Color information

#317E83 (or 0x317E83) is unknown color: approx Atoll. HEX triplet: 31, 7E and 83. RGB value is (49,126,131). Sum of RGB (Red+Green+Blue) = 49+126+131=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #317E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E83 is #CE817C. Grayscale: #676767. Windows color (decimal): -13533565 or 8617521. OLE color: 8617521.

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

Color convert

RGB49126131-
CMYK0.630.0400.49
HSL183.66º45.56%35.29%-
HSV(B)183.66º62.6%51.37%-
XYZ12.8217.2124.12-
YUV103.55143.4989.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=16.01%
G=41.18%
B=42.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491261310.630.0400.49183.6645.5635.29
Hex317E833F4031b82e23
Octal611762037740612705643
Binary110001111111010000011111111100011000110111000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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