#293447

Color #293447 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #293447

Tints of Bunting #293447

Color information

#293447 (or 0x293447) is unknown color: approx Bunting. HEX triplet: 29, 34 and 47. RGB value is (41,52,71). Sum of RGB (Red+Green+Blue) = 41+52+71=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #293447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293447 is #D6CBB8. Grayscale: #323232. Windows color (decimal): -14076857 or 4666409. OLE color: 4666409.

HSL color Cylindrical-coordinate representation of color #293447: hue angle of 218º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293447 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB415271-
CMYK0.420.2700.72
HSL218º26.79%21.96%-
HSV(B)218º42.25%27.84%-
XYZ3.283.386.44-
YUV50.88139.36120.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=25%
G=31.71%
B=43.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4152710.420.2700.7221826.7921.96
Hex2934472A1B048da1b16
Octal5164107523301103323326
Binary10100111010010001111010101101101001000110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293447; }

 p { color: rgb(41,52,71); }

 H1.HeaderClassName
 {
   color: #293447;
 }
 .AnyTagClassName
 {
   color: #293447;
 }
</style>
background-color css

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

 a { background-color: rgb(41,52,71); }

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

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

 span { border-color: rgb(41,52,71); }

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