#293455

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

Shades of Bunting #293455

Tints of Bunting #293455

Color information

#293455 (or 0x293455) is unknown color: approx Bunting. HEX triplet: 29, 34 and 55. RGB value is (41,52,85). Sum of RGB (Red+Green+Blue) = 41+52+85=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #293455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293455 is #D6CBAA. Grayscale: #343434. Windows color (decimal): -14076843 or 5583913. OLE color: 5583913.

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

Color convert

RGB415285-
CMYK0.520.3900.67
HSL225º34.92%24.71%-
HSV(B)225º51.76%33.33%-
XYZ3.783.589.09-
YUV52.47146.36119.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=23.03%
G=29.21%
B=47.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4152850.520.3900.6722534.9224.71
Hex2934553427043e12319
Octal5164125644701033414331
Binary1010011101001010101110100100111010000111110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293455; }

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

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

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

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

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

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

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

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