#293148

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

Shades of Bunting #293148

Tints of Bunting #293148

Color information

#293148 (or 0x293148) is unknown color: approx Bunting. HEX triplet: 29, 31 and 48. RGB value is (41,49,72). Sum of RGB (Red+Green+Blue) = 41+49+72=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #293148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293148 is #D6CEB7. Grayscale: #313131. Windows color (decimal): -14077624 or 4731177. OLE color: 4731177.

HSL color Cylindrical-coordinate representation of color #293148: hue angle of 224.52º 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 #293148 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414972-
CMYK0.430.3200.72
HSL224.52º27.43%22.16%-
HSV(B)224.52º43.06%28.24%-
XYZ3.183.146.57-
YUV49.23140.85122.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=25.31%
G=30.25%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4149720.430.3200.72224.5227.4322.16
Hex2931482B20048e11b16
Octal5161110534001103413326
Binary101001110001100100010101110000001001000111000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293148; }

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

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

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

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

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

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

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

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