#293655

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

Shades of Biscay #293655

Tints of Biscay #293655

Color information

#293655 (or 0x293655) is unknown color: approx Biscay. HEX triplet: 29, 36 and 55. RGB value is (41,54,85). Sum of RGB (Red+Green+Blue) = 41+54+85=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #293655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293655 is #D6C9AA. Grayscale: #353535. Windows color (decimal): -14076331 or 5584425. OLE color: 5584425.

HSL color Cylindrical-coordinate representation of color #293655: hue angle of 222.27º 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 #293655 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB415485-
CMYK0.520.3600.67
HSL222.27º34.92%24.71%-
HSV(B)222.27º51.76%33.33%-
XYZ3.873.779.12-
YUV53.65145.69118.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=22.78%
G=30%
B=47.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4154850.520.3600.67222.2734.9224.71
Hex2936553424043de2319
Octal5166125644401033364331
Binary1010011101101010101110100100100010000111101111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293655; }

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

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

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

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

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

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

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

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