Html Css Color HEX #313E47 Big Stone

📋 copy color: '#313E47'

red 49 ◦ green 62 ◦ blue 71

#313E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #313E47

Tints of Big Stone #313E47

RGB

 RED value IS 49 (19.53% from 255) = 26.92%

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 26.92%
G = 34.07%
B = 39.01%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313E47 (or 0x313E47) is known color: Big Stone. HEX triplet: 31, 3E and 47. RGB value is (49,62,71). Sum of RGB (Red+Green+Blue) = 49+62+71=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #313E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E47 is #CEC1B8. Grayscale: #3B3B3B. Windows color (decimal): -13550009 or 4668977. OLE color: 4668977.

HSL color Cylindrical-coordinate representation of color #313E47: hue angle of 204.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313E47 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 62 71 -
CMYK 0.31 0.13 0 0.72
HSL 204.55º 0.18% 0.24% -
HSV(B) 204.55º 0.31% 0.28% -
XYZ 4.13 4.55 6.62 -
YUV 59.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 49 62 71 0.31 0.13 0 0.72 204.55 0.18 0.24
Hex 31 3E 47 1F D 0 48 CD 12 18
Octal 61 76 107 37 15 0 110 315 22 30
Binary 110001 111110 1000111 11111 1101 0 1001000 11001101 10010 11000

Color Harmonies of #313E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E47

Black with #313E47

Text Example


Text Example

White with #313E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E47; }

 p { color: rgb(49,62,71); }

 H1.HeaderClassName
 {
   color: #313E47;
 }
 .AnyTagClassName
 {
   color: #313E47;
 }
</style>

background-color css

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

 a { background-color: rgb(49,62,71); }

 div.DivClassName
 {
   background-color: #313E47;
 }
 .BgClassName
 {
   background-color: #313E47;
 }
</style>

border-color css

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

 span { border-color: rgb(49,62,71); }

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