#31747F

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

Shades of Atoll #31747F

Tints of Atoll #31747F

Color information

#31747F (or 0x31747F) is unknown color: approx Atoll. HEX triplet: 31, 74 and 7F. RGB value is (49,116,127). Sum of RGB (Red+Green+Blue) = 49+116+127=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #31747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31747F is #CE8B80. Grayscale: #616161. Windows color (decimal): -13536129 or 8352817. OLE color: 8352817.

HSL color Cylindrical-coordinate representation of color #31747F: hue angle of 188.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31747F is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49116127-
CMYK0.610.0900.50
HSL188.46º44.32%34.51%-
HSV(B)188.46º61.42%49.8%-
XYZ11.3414.6822.31-
YUV97.22144.893.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 127 (50% from 255) = 43.49%
R=16.78%
G=39.73%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491161270.610.0900.50188.4644.3234.51
Hex31747F3D9032bc2c23
Octal6116417775110622745443
Binary110001111010011111111111011001011001010111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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