#293559

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

Shades of Biscay #293559

Tints of Biscay #293559

Color information

#293559 (or 0x293559) is unknown color: approx Biscay. HEX triplet: 29, 35 and 59. RGB value is (41,53,89). Sum of RGB (Red+Green+Blue) = 41+53+89=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #293559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293559 is #D6CAA6. Grayscale: #353535. Windows color (decimal): -14076583 or 5846313. OLE color: 5846313.

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

Color convert

RGB415389-
CMYK0.540.4000.65
HSL225º36.92%25.49%-
HSV(B)225º53.93%34.9%-
XYZ3.993.749.96-
YUV53.52148.02119.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=22.40%
G=28.96%
B=48.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4153890.540.4000.6522536.9225.49
Hex2935593628041e12519
Octal5165131665001013414531
Binary1010011101011011001110110101000010000011110000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293559; }

 p { color: rgb(41,53,89); }

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

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

 a { background-color: rgb(41,53,89); }

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

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

 span { border-color: rgb(41,53,89); }

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