Shades of Baltic Sea #323A42
Tints of Baltic Sea #323A42
RGB
CMYK
RGB Variations
Color information
#323A42 (or 0x323A42) is known color: Baltic Sea. HEX triplet: 32, 3A and 42. RGB value is (50,58,66). Sum of RGB (Red+Green+Blue) = 50+58+66=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #323A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A42 is #CDC5BD. Grayscale: #383838. Windows color (decimal): -13485502 or 4340274. OLE color: 4340274.
HSL color Cylindrical-coordinate representation of color #323A42: hue angle of 210º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323A42 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 58 | 66 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.74 |
| HSL | 210º | 0.14% | 0.23% | - |
| HSV(B) | 210º | 0.24% | 0.26% | - |
| XYZ | 3.81 | 4.1 | 5.74 | - |
| YUV | 56.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 66 | 0.24 | 0.12 | 0 | 0.74 | 210 | 0.14 | 0.23 |
| Hex | 32 | 3A | 42 | 18 | C | 0 | 4A | D2 | E | 17 |
| Octal | 62 | 72 | 102 | 30 | 14 | 0 | 112 | 322 | 16 | 27 |
| Binary | 110010 | 111010 | 1000010 | 11000 | 1100 | 0 | 1001010 | 11010010 | 1110 | 10111 |
Color Harmonies of #323A42
Complementary color
Monochromatic Colors of #323A42
Black with #323A42
Text Example
Text Example
White with #323A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A42; }
p { color: rgb(50,58,66); }
H1.HeaderClassName
{
color: #323A42;
}
.AnyTagClassName
{
color: #323A42;
}
</style>
background-color css
<style>
a { background-color: #323A42; }
a { background-color: rgb(50,58,66); }
div.DivClassName
{
background-color: #323A42;
}
.BgClassName
{
background-color: #323A42;
}
</style>
border-color css
<style>
span { border-color: #323A42; }
span { border-color: rgb(50,58,66); }
td.TdClassName
{
border-color: #323A42;
}
.TagClassName
{
border-color: #323A42;
}
</style>