#293353

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

Shades of Bunting #293353

Tints of Bunting #293353

Color information

#293353 (or 0x293353) is unknown color: approx Bunting. HEX triplet: 29, 33 and 53. RGB value is (41,51,83). Sum of RGB (Red+Green+Blue) = 41+51+83=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #293353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293353 is #D6CCAC. Grayscale: #333333. Windows color (decimal): -14077101 or 5452585. OLE color: 5452585.

HSL color Cylindrical-coordinate representation of color #293353: hue angle of 225.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293353 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB415183-
CMYK0.510.3900.67
HSL225.71º33.87%24.31%-
HSV(B)225.71º50.6%32.55%-
XYZ3.663.468.66-
YUV51.66145.69120.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=23.43%
G=29.14%
B=47.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4151830.510.3900.67225.7133.8724.31
Hex2933533327043e22218
Octal5163123634701033424230
Binary1010011100111010011110011100111010000111110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293353; }

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

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

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

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

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

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

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

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