#323B45

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

Shades of Baltic Sea #323B45

Tints of Baltic Sea #323B45

Color information

#323B45 (or 0x323B45) is unknown color: approx Baltic Sea. HEX triplet: 32, 3B and 45. RGB value is (50,59,69). Sum of RGB (Red+Green+Blue) = 50+59+69=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #323B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B45 is #CDC4BA. Grayscale: #393939. Windows color (decimal): -13485243 or 4537138. OLE color: 4537138.

HSL color Cylindrical-coordinate representation of color #323B45: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323B45 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB505969-
CMYK0.280.1400.73
HSL211.58º15.97%23.33%-
HSV(B)211.58º27.54%27.06%-
XYZ3.954.246.24-
YUV57.45134.52122.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=28.09%
G=33.15%
B=38.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5059690.280.1400.73211.5815.9723.33
Hex323B451CE049d41017
Octal6273105341601113242027
Binary110010111011100010111100111001001001110101001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,69); }

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

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

 a { background-color: rgb(50,59,69); }

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

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

 span { border-color: rgb(50,59,69); }

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