#314048

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

Shades of Big Stone #314048

Tints of Big Stone #314048

Color information

#314048 (or 0x314048) is unknown color: approx Big Stone. HEX triplet: 31, 40 and 48. RGB value is (49,64,72). Sum of RGB (Red+Green+Blue) = 49+64+72=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #314048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314048 is #CEBFB7. Grayscale: #3C3C3C. Windows color (decimal): -13549496 or 4735025. OLE color: 4735025.

HSL color Cylindrical-coordinate representation of color #314048: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314048 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496472-
CMYK0.320.1100.72
HSL200.87º19.01%23.73%-
HSV(B)200.87º31.94%28.24%-
XYZ4.274.796.83-
YUV60.43134.53119.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=26.49%
G=34.59%
B=38.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4964720.320.1100.72200.8719.0123.73
Hex31404820B048c91318
Octal61100110401301103112330
Binary11000110000001001000100000101101001000110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314048; }

 p { color: rgb(49,64,72); }

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

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

 a { background-color: rgb(49,64,72); }

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

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

 span { border-color: rgb(49,64,72); }

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