#324056

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

Shades of Biscay #324056

Tints of Biscay #324056

Color information

#324056 (or 0x324056) is unknown color: approx Biscay. HEX triplet: 32, 40 and 56. RGB value is (50,64,86). Sum of RGB (Red+Green+Blue) = 50+64+86=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #324056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324056 is #CDBFA9. Grayscale: #3E3E3E. Windows color (decimal): -13483946 or 5652530. OLE color: 5652530.

HSL color Cylindrical-coordinate representation of color #324056: hue angle of 216.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324056 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB506486-
CMYK0.420.2600.66
HSL216.67º26.47%26.67%-
HSV(B)216.67º41.86%33.73%-
XYZ4.835.029.52-
YUV62.32141.36119.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 86 (33.98% from 255) = 43%
R=25%
G=32%
B=43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5064860.420.2600.66216.6726.4726.67
Hex3240562A1A042d91a1b
Octal62100126523201023313233
Binary110010100000010101101010101101001000010110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324056; }

 p { color: rgb(50,64,86); }

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

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

 a { background-color: rgb(50,64,86); }

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

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

 span { border-color: rgb(50,64,86); }

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