#323E53

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

Shades of Biscay #323E53

Tints of Biscay #323E53

Color information

#323E53 (or 0x323E53) is unknown color: approx Biscay. HEX triplet: 32, 3E and 53. RGB value is (50,62,83). Sum of RGB (Red+Green+Blue) = 50+62+83=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #323E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E53 is #CDC1AC. Grayscale: #3C3C3C. Windows color (decimal): -13484461 or 5455410. OLE color: 5455410.

HSL color Cylindrical-coordinate representation of color #323E53: hue angle of 218.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323E53 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB506283-
CMYK0.400.2500.67
HSL218.18º24.81%26.08%-
HSV(B)218.18º39.76%32.55%-
XYZ4.64.758.86-
YUV60.81140.52120.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=25.64%
G=31.79%
B=42.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5062830.400.2500.67218.1824.8126.08
Hex323E532819043da191a
Octal6276123503101033323132
Binary11001011111010100111010001100101000011110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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