#323E57

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

Shades of Biscay #323E57

Tints of Biscay #323E57

Color information

#323E57 (or 0x323E57) is unknown color: approx Biscay. HEX triplet: 32, 3E and 57. RGB value is (50,62,87). Sum of RGB (Red+Green+Blue) = 50+62+87=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #323E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E57 is #CDC1A8. Grayscale: #3D3D3D. Windows color (decimal): -13484457 or 5717554. OLE color: 5717554.

HSL color Cylindrical-coordinate representation of color #323E57: hue angle of 220.54º 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 #323E57 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB506287-
CMYK0.430.2900.66
HSL220.54º27.01%26.86%-
HSV(B)220.54º42.53%34.12%-
XYZ4.764.819.69-
YUV61.26142.52119.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=25.13%
G=31.16%
B=43.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5062870.430.2900.66220.5427.0126.86
Hex323E572B1D042dd1b1b
Octal6276127533501023353333
Binary11001011111010101111010111110101000010110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E57; }

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

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

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

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

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

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

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

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