Html Css Color HEX #31374D Bunting

📋 copy color: '#31374D'

red 49 ◦ green 55 ◦ blue 77

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

Shades of Bunting #31374D

Tints of Bunting #31374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 27.07%
G = 30.39%
B = 42.54%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31374D (or 0x31374D) is known color: Bunting. HEX triplet: 31, 37 and 4D. RGB value is (49,55,77). Sum of RGB (Red+Green+Blue) = 49+55+77=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #31374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31374D is #CEC8B2. Grayscale: #373737. Windows color (decimal): -13551795 or 5060401. OLE color: 5060401.

HSL color Cylindrical-coordinate representation of color #31374D: hue angle of 227.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31374D is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 55 77 -
CMYK 0.36 0.29 0 0.70
HSL 227.14º 0.22% 0.25% -
HSV(B) 227.14º 0.36% 0.3% -
XYZ 3.97 3.92 7.57 -
YUV 55.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 49 55 77 0.36 0.29 0 0.70 227.14 0.22 0.25
Hex 31 37 4D 24 1D 0 46 E3 16 19
Octal 61 67 115 44 35 0 106 343 26 31
Binary 110001 110111 1001101 100100 11101 0 1000110 11100011 10110 11001

Color Harmonies of #31374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31374D

Black with #31374D

Text Example


Text Example

White with #31374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31374D; }

 p { color: rgb(49,55,77); }

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

background-color css

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

 a { background-color: rgb(49,55,77); }

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

border-color css

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

 span { border-color: rgb(49,55,77); }

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