Html Css Color HEX #293149 Bunting

📋 copy color: '#293149'

red 41 ◦ green 49 ◦ blue 73

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

Shades of Bunting #293149

Tints of Bunting #293149

RGB

 RED value IS 41 (16.41% from 255) = 25.15%

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 25.15%
G = 30.06%
B = 44.79%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293149 (or 0x293149) is known color: Bunting. HEX triplet: 29, 31 and 49. RGB value is (41,49,73). Sum of RGB (Red+Green+Blue) = 41+49+73=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #293149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293149 is #D6CEB6. Grayscale: #313131. Windows color (decimal): -14077623 or 4796713. OLE color: 4796713.

HSL color Cylindrical-coordinate representation of color #293149: hue angle of 225º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #293149 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 49 73 -
CMYK 0.44 0.33 0 0.71
HSL 225º 0.28% 0.22% -
HSV(B) 225º 0.44% 0.29% -
XYZ 3.22 3.15 6.74 -
YUV 49.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 41 49 73 0.44 0.33 0 0.71 225 0.28 0.22
Hex 29 31 49 2C 21 0 47 E1 1C 16
Octal 51 61 111 54 41 0 107 341 34 26
Binary 101001 110001 1001001 101100 100001 0 1000111 11100001 11100 10110

Color Harmonies of #293149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293149

Black with #293149

Text Example


Text Example

White with #293149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293149; }

 p { color: rgb(41,49,73); }

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

background-color css

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

 a { background-color: rgb(41,49,73); }

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

border-color css

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

 span { border-color: rgb(41,49,73); }

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