#293351

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

Shades of Bunting #293351

Tints of Bunting #293351

Color information

#293351 (or 0x293351) is unknown color: approx Bunting. HEX triplet: 29, 33 and 51. RGB value is (41,51,81). Sum of RGB (Red+Green+Blue) = 41+51+81=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #293351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293351 is #D6CCAE. Grayscale: #333333. Windows color (decimal): -14077103 or 5321513. OLE color: 5321513.

HSL color Cylindrical-coordinate representation of color #293351: hue angle of 225º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293351 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB415181-
CMYK0.490.3700.68
HSL225º32.79%23.92%-
HSV(B)225º49.38%31.76%-
XYZ3.583.438.26-
YUV51.43144.69120.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=23.70%
G=29.48%
B=46.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4151810.490.3700.6822532.7923.92
Hex2933513125044e12118
Octal5163121614501043414130
Binary1010011100111010001110001100101010001001110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293351; }

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

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

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

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

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

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

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

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