#293048

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

Shades of Bunting #293048

Tints of Bunting #293048

Color information

#293048 (or 0x293048) is unknown color: approx Bunting. HEX triplet: 29, 30 and 48. RGB value is (41,48,72). Sum of RGB (Red+Green+Blue) = 41+48+72=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #293048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293048 is #D6CFB7. Grayscale: #303030. Windows color (decimal): -14077880 or 4730921. OLE color: 4730921.

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

Color convert

RGB414872-
CMYK0.430.3300.72
HSL226.45º27.43%22.16%-
HSV(B)226.45º43.06%28.24%-
XYZ3.143.056.55-
YUV48.64141.18122.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=25.47%
G=29.81%
B=44.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4148720.430.3300.72226.4527.4322.16
Hex2930482B21048e21b16
Octal5160110534101103423326
Binary101001110000100100010101110000101001000111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293048; }

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

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

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

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

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

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

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

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