Html Css Color HEX #313647 Bunting

📋 copy color: '#313647'

red 49 ◦ green 54 ◦ blue 71

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

Shades of Bunting #313647

Tints of Bunting #313647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 28.16%
G = 31.03%
B = 40.8%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313647 (or 0x313647) is known color: Bunting. HEX triplet: 31, 36 and 47. RGB value is (49,54,71). Sum of RGB (Red+Green+Blue) = 49+54+71=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #313647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313647 is #CEC9B8. Grayscale: #363636. Windows color (decimal): -13552057 or 4666929. OLE color: 4666929.

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

Color convert

RGB 49 54 71 -
CMYK 0.31 0.24 0 0.72
HSL 226.36º 0.18% 0.24% -
HSV(B) 226.36º 0.31% 0.28% -
XYZ 3.72 3.75 6.49 -
YUV 54.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 49 54 71 0.31 0.24 0 0.72 226.36 0.18 0.24
Hex 31 36 47 1F 18 0 48 E2 12 18
Octal 61 66 107 37 30 0 110 342 22 30
Binary 110001 110110 1000111 11111 11000 0 1001000 11100010 10010 11000

Color Harmonies of #313647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313647

Black with #313647

Text Example


Text Example

White with #313647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313647; }

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

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

background-color css

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

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

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

border-color css

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

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

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