#323D54

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

Shades of Biscay #323D54

Tints of Biscay #323D54

Color information

#323D54 (or 0x323D54) is unknown color: approx Biscay. HEX triplet: 32, 3D and 54. RGB value is (50,61,84). Sum of RGB (Red+Green+Blue) = 50+61+84=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #323D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D54 is #CDC2AB. Grayscale: #3C3C3C. Windows color (decimal): -13484716 or 5520690. OLE color: 5520690.

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

Color convert

RGB506184-
CMYK0.400.2700.67
HSL220.59º25.37%26.27%-
HSV(B)220.59º40.48%32.94%-
XYZ4.584.669.04-
YUV60.33141.36120.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=25.64%
G=31.28%
B=43.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5061840.400.2700.67220.5925.3726.27
Hex323D54281B043dd191a
Octal6275124503301033353132
Binary11001011110110101001010001101101000011110111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,84); }

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

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

 a { background-color: rgb(50,61,84); }

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

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

 span { border-color: rgb(50,61,84); }

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