#323A53

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

Shades of Biscay #323A53

Tints of Biscay #323A53

Color information

#323A53 (or 0x323A53) is unknown color: approx Biscay. HEX triplet: 32, 3A and 53. RGB value is (50,58,83). Sum of RGB (Red+Green+Blue) = 50+58+83=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #323A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A53 is #CDC5AC. Grayscale: #3A3A3A. Windows color (decimal): -13485485 or 5454386. OLE color: 5454386.

HSL color Cylindrical-coordinate representation of color #323A53: hue angle of 225.45º 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 #323A53 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB505883-
CMYK0.400.3000.67
HSL225.45º24.81%26.08%-
HSV(B)225.45º39.76%32.55%-
XYZ4.394.338.79-
YUV58.46141.85121.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=26.18%
G=30.37%
B=43.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5058830.400.3000.67225.4524.8126.08
Hex323A53281E043e1191a
Octal6272123503601033413132
Binary11001011101010100111010001111001000011111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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