#293653

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

Shades of Biscay #293653

Tints of Biscay #293653

Color information

#293653 (or 0x293653) is unknown color: approx Biscay. HEX triplet: 29, 36 and 53. RGB value is (41,54,83). Sum of RGB (Red+Green+Blue) = 41+54+83=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #293653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293653 is #D6C9AC. Grayscale: #353535. Windows color (decimal): -14076333 or 5453353. OLE color: 5453353.

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

Color convert

RGB415483-
CMYK0.510.3500.67
HSL221.43º33.87%24.31%-
HSV(B)221.43º50.6%32.55%-
XYZ3.793.738.7-
YUV53.42144.69119.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=23.03%
G=30.34%
B=46.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4154830.510.3500.67221.4333.8724.31
Hex2936533323043dd2218
Octal5166123634301033354230
Binary1010011101101010011110011100011010000111101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293653; }

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

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

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

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

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

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

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

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