#31747E

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

Shades of Atoll #31747E

Tints of Atoll #31747E

Color information

#31747E (or 0x31747E) is unknown color: approx Atoll. HEX triplet: 31, 74 and 7E. RGB value is (49,116,126). Sum of RGB (Red+Green+Blue) = 49+116+126=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #31747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31747E is #CE8B81. Grayscale: #616161. Windows color (decimal): -13536130 or 8287281. OLE color: 8287281.

HSL color Cylindrical-coordinate representation of color #31747E: hue angle of 187.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31747E is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB49116126-
CMYK0.610.0800.51
HSL187.79º44%34.31%-
HSV(B)187.79º61.11%49.41%-
XYZ11.2814.6521.97-
YUV97.11144.393.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 126 (49.61% from 255) = 43.30%
R=16.84%
G=39.86%
B=43.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491161260.610.0800.51187.794434.31
Hex31747E3D8033bc2c22
Octal6116417675100632745442
Binary110001111010011111101111011000011001110111100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31747E; }

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

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

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

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

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

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

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

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