#293557

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

Shades of Biscay #293557

Tints of Biscay #293557

Color information

#293557 (or 0x293557) is unknown color: approx Biscay. HEX triplet: 29, 35 and 57. RGB value is (41,53,87). Sum of RGB (Red+Green+Blue) = 41+53+87=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #293557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293557 is #D6CAA8. Grayscale: #353535. Windows color (decimal): -14076585 or 5715241. OLE color: 5715241.

HSL color Cylindrical-coordinate representation of color #293557: hue angle of 224.35º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293557 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415387-
CMYK0.530.3900.66
HSL224.35º35.94%25.1%-
HSV(B)224.35º52.87%34.12%-
XYZ3.913.719.53-
YUV53.29147.02119.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=22.65%
G=29.28%
B=48.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4153870.530.3900.66224.3535.9425.1
Hex2935573527042e02419
Octal5165127654701023404431
Binary1010011101011010111110101100111010000101110000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293557; }

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

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

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

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

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

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

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

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