#324057

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

Shades of Biscay #324057

Tints of Biscay #324057

Color information

#324057 (or 0x324057) is unknown color: approx Biscay. HEX triplet: 32, 40 and 57. RGB value is (50,64,87). Sum of RGB (Red+Green+Blue) = 50+64+87=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #324057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324057 is #CDBFA8. Grayscale: #3E3E3E. Windows color (decimal): -13483945 or 5718066. OLE color: 5718066.

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

Color convert

RGB506487-
CMYK0.430.2600.66
HSL217.3º27.01%26.86%-
HSV(B)217.3º42.53%34.12%-
XYZ4.875.039.73-
YUV62.44141.86119.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=24.88%
G=31.84%
B=43.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5064870.430.2600.66217.327.0126.86
Hex3240572B1A042d91b1b
Octal62100127533201023313333
Binary110010100000010101111010111101001000010110110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324057; }

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

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

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

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

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

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

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

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