#314651

Color #314651 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #314651

Tints of Big Stone #314651

Color information

#314651 (or 0x314651) is unknown color: approx Big Stone. HEX triplet: 31, 46 and 51. RGB value is (49,70,81). Sum of RGB (Red+Green+Blue) = 49+70+81=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #314651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314651 is #CEB9AE. Grayscale: #404040. Windows color (decimal): -13547951 or 5326385. OLE color: 5326385.

HSL color Cylindrical-coordinate representation of color #314651: hue angle of 200.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314651 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497081-
CMYK0.400.1400.68
HSL200.62º24.62%25.49%-
HSV(B)200.62º39.51%31.76%-
XYZ4.945.638.61-
YUV64.97137.04116.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=24.5%
G=35%
B=40.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4970810.400.1400.68200.6224.6225.49
Hex31465128E044c91919
Octal61106121501601043113131
Binary11000110001101010001101000111001000100110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314651; }

 p { color: rgb(49,70,81); }

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

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

 a { background-color: rgb(49,70,81); }

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

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

 span { border-color: rgb(49,70,81); }

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