Html Css Color HEX #293046 Bunting

📋 copy color: '#293046'

red 41 ◦ green 48 ◦ blue 70

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

Shades of Bunting #293046

Tints of Bunting #293046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.19%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 25.79%
G = 30.19%
B = 44.03%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293046 (or 0x293046) is known color: Bunting. HEX triplet: 29, 30 and 46. RGB value is (41,48,70). Sum of RGB (Red+Green+Blue) = 41+48+70=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #293046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293046 is #D6CFB9. Grayscale: #303030. Windows color (decimal): -14077882 or 4599849. OLE color: 4599849.

HSL color Cylindrical-coordinate representation of color #293046: hue angle of 225.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293046 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 48 70 -
CMYK 0.41 0.31 0 0.73
HSL 225.52º 0.26% 0.22% -
HSV(B) 225.52º 0.41% 0.27% -
XYZ 3.08 3.03 6.22 -
YUV 48.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 41 48 70 0.41 0.31 0 0.73 225.52 0.26 0.22
Hex 29 30 46 29 1F 0 49 E2 1A 16
Octal 51 60 106 51 37 0 111 342 32 26
Binary 101001 110000 1000110 101001 11111 0 1001001 11100010 11010 10110

Color Harmonies of #293046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293046

Black with #293046

Text Example


Text Example

White with #293046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293046; }

 p { color: rgb(41,48,70); }

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

background-color css

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

 a { background-color: rgb(41,48,70); }

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

border-color css

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

 span { border-color: rgb(41,48,70); }

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