#314246

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

Shades of Big Stone #314246

Tints of Big Stone #314246

Color information

#314246 (or 0x314246) is unknown color: approx Big Stone. HEX triplet: 31, 42 and 46. RGB value is (49,66,70). Sum of RGB (Red+Green+Blue) = 49+66+70=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #314246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314246 is #CEBDB9. Grayscale: #3D3D3D. Windows color (decimal): -13548986 or 4604465. OLE color: 4604465.

HSL color Cylindrical-coordinate representation of color #314246: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314246 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496670-
CMYK0.300.0600.73
HSL191.43º17.65%23.33%-
HSV(B)191.43º30%27.45%-
XYZ4.324.996.53-
YUV61.37132.87119.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=26.49%
G=35.68%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4966700.300.0600.73191.4317.6523.33
Hex3142461E6049bf1217
Octal6110210636601112772227
Binary110001100001010001101111011001001001101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314246; }

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

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

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

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

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

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

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

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