Html Css Color HEX #293344 Bunting

📋 copy color: '#293344'

red 41 ◦ green 51 ◦ blue 68

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

Shades of Bunting #293344

Tints of Bunting #293344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.5%

R = 25.63%
G = 31.88%
B = 42.5%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293344 (or 0x293344) is known color: Bunting. HEX triplet: 29, 33 and 44. RGB value is (41,51,68). Sum of RGB (Red+Green+Blue) = 41+51+68=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #293344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293344 is #D6CCBB. Grayscale: #313131. Windows color (decimal): -14077116 or 4469545. OLE color: 4469545.

HSL color Cylindrical-coordinate representation of color #293344: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #293344 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 51 68 -
CMYK 0.40 0.25 0 0.73
HSL 217.78º 0.25% 0.21% -
HSV(B) 217.78º 0.4% 0.27% -
XYZ 3.14 3.26 5.93 -
YUV 49.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 41 51 68 0.40 0.25 0 0.73 217.78 0.25 0.21
Hex 29 33 44 28 19 0 49 DA 19 15
Octal 51 63 104 50 31 0 111 332 31 25
Binary 101001 110011 1000100 101000 11001 0 1001001 11011010 11001 10101

Color Harmonies of #293344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293344

Black with #293344

Text Example


Text Example

White with #293344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293344; }

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

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

background-color css

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

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

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

border-color css

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

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

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