#293450

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

Shades of Bunting #293450

Tints of Bunting #293450

Color information

#293450 (or 0x293450) is unknown color: approx Bunting. HEX triplet: 29, 34 and 50. RGB value is (41,52,80). Sum of RGB (Red+Green+Blue) = 41+52+80=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #293450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293450 is #D6CBAF. Grayscale: #333333. Windows color (decimal): -14076848 or 5256233. OLE color: 5256233.

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

Color convert

RGB415280-
CMYK0.490.3500.69
HSL223.08º32.23%23.73%-
HSV(B)223.08º48.75%31.37%-
XYZ3.593.518.08-
YUV51.9143.86120.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=23.70%
G=30.06%
B=46.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4152800.490.3500.69223.0832.2323.73
Hex2934503123045df2018
Octal5164120614301053374030
Binary1010011101001010000110001100011010001011101111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293450; }

 p { color: rgb(41,52,80); }

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

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

 a { background-color: rgb(41,52,80); }

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

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

 span { border-color: rgb(41,52,80); }

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