Html Css Color HEX #31364C Bunting

📋 copy color: '#31364C'

red 49 ◦ green 54 ◦ blue 76

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

Shades of Bunting #31364C

Tints of Bunting #31364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 27.37%
G = 30.17%
B = 42.46%

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

#31364C (or 0x31364C) is known color: Bunting. HEX triplet: 31, 36 and 4C. RGB value is (49,54,76). Sum of RGB (Red+Green+Blue) = 49+54+76=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #31364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31364C is #CEC9B3. Grayscale: #363636. Windows color (decimal): -13552052 or 4994609. OLE color: 4994609.

HSL color Cylindrical-coordinate representation of color #31364C: hue angle of 228.89º 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 #31364C is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 54 76 -
CMYK 0.36 0.29 0 0.70
HSL 228.89º 0.22% 0.25% -
HSV(B) 228.89º 0.36% 0.3% -
XYZ 3.89 3.81 7.37 -
YUV 55.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 49 54 76 0.36 0.29 0 0.70 228.89 0.22 0.25
Hex 31 36 4C 24 1D 0 46 E5 16 19
Octal 61 66 114 44 35 0 106 345 26 31
Binary 110001 110110 1001100 100100 11101 0 1000110 11100101 10110 11001

Color Harmonies of #31364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31364C

Black with #31364C

Text Example


Text Example

White with #31364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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