Html Css Color HEX #313547 Bunting

📋 copy color: '#313547'

red 49 ◦ green 53 ◦ blue 71

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

Shades of Bunting #313547

Tints of Bunting #313547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 28.32%
G = 30.64%
B = 41.04%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313547 (or 0x313547) is known color: Bunting. HEX triplet: 31, 35 and 47. RGB value is (49,53,71). Sum of RGB (Red+Green+Blue) = 49+53+71=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #313547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313547 is #CECAB8. Grayscale: #353535. Windows color (decimal): -13552313 or 4666673. OLE color: 4666673.

HSL color Cylindrical-coordinate representation of color #313547: hue angle of 229.09º 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 #313547 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 53 71 -
CMYK 0.31 0.25 0 0.72
HSL 229.09º 0.18% 0.24% -
HSV(B) 229.09º 0.31% 0.28% -
XYZ 3.68 3.65 6.47 -
YUV 53.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 49 53 71 0.31 0.25 0 0.72 229.09 0.18 0.24
Hex 31 35 47 1F 19 0 48 E5 12 18
Octal 61 65 107 37 31 0 110 345 22 30
Binary 110001 110101 1000111 11111 11001 0 1001000 11100101 10010 11000

Color Harmonies of #313547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313547

Black with #313547

Text Example


Text Example

White with #313547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313547; }

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

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

background-color css

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

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

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

border-color css

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

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

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