Html Css Color HEX #293346 Bunting

📋 copy color: '#293346'

red 41 ◦ green 51 ◦ blue 70

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

Shades of Bunting #293346

Tints of Bunting #293346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

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

R = 25.31%
G = 31.48%
B = 43.21%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293346 (or 0x293346) is known color: Bunting. HEX triplet: 29, 33 and 46. RGB value is (41,51,70). Sum of RGB (Red+Green+Blue) = 41+51+70=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #293346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293346 is #D6CCB9. Grayscale: #323232. Windows color (decimal): -14077114 or 4600617. OLE color: 4600617.

HSL color Cylindrical-coordinate representation of color #293346: hue angle of 219.31º 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 #293346 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 51 70 -
CMYK 0.41 0.27 0 0.73
HSL 219.31º 0.26% 0.22% -
HSV(B) 219.31º 0.41% 0.27% -
XYZ 3.2 3.28 6.26 -
YUV 50.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 41 51 70 0.41 0.27 0 0.73 219.31 0.26 0.22
Hex 29 33 46 29 1B 0 49 DB 1A 16
Octal 51 63 106 51 33 0 111 333 32 26
Binary 101001 110011 1000110 101001 11011 0 1001001 11011011 11010 10110

Color Harmonies of #293346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293346

Black with #293346

Text Example


Text Example

White with #293346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293346; }

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

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

background-color css

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

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

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

border-color css

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

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

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