#293348

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

Shades of Bunting #293348

Tints of Bunting #293348

Color information

#293348 (or 0x293348) is unknown color: approx Bunting. HEX triplet: 29, 33 and 48. RGB value is (41,51,72). Sum of RGB (Red+Green+Blue) = 41+51+72=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #293348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293348 is #D6CCB7. Grayscale: #323232. Windows color (decimal): -14077112 or 4731689. OLE color: 4731689.

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

Color convert

RGB415172-
CMYK0.430.2900.72
HSL220.65º27.43%22.16%-
HSV(B)220.65º43.06%28.24%-
XYZ3.273.316.6-
YUV50.4140.19121.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=25%
G=31.10%
B=43.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4151720.430.2900.72220.6527.4322.16
Hex2933482B1D048dd1b16
Octal5163110533501103353326
Binary10100111001110010001010111110101001000110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293348; }

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

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

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

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

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

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

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

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