#323E52

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

Shades of Biscay #323E52

Tints of Biscay #323E52

Color information

#323E52 (or 0x323E52) is unknown color: approx Biscay. HEX triplet: 32, 3E and 52. RGB value is (50,62,82). Sum of RGB (Red+Green+Blue) = 50+62+82=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #323E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E52 is #CDC1AD. Grayscale: #3C3C3C. Windows color (decimal): -13484462 or 5389874. OLE color: 5389874.

HSL color Cylindrical-coordinate representation of color #323E52: hue angle of 217.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323E52 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB506282-
CMYK0.390.2400.68
HSL217.5º24.24%25.88%-
HSV(B)217.5º39.02%32.16%-
XYZ4.564.738.66-
YUV60.69140.02120.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=25.77%
G=31.96%
B=42.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5062820.390.2400.68217.524.2425.88
Hex323E522718044da181a
Octal6276122473001043323032
Binary11001011111010100101001111100001000100110110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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