Shades of Baltic Sea #323B43
Tints of Baltic Sea #323B43
RGB
CMYK
RGB Variations
Color information
#323B43 (or 0x323B43) is known color: Baltic Sea. HEX triplet: 32, 3B and 43. RGB value is (50,59,67). Sum of RGB (Red+Green+Blue) = 50+59+67=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 67 - color contains mainly: blue. Hex color #323B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B43 is #CDC4BC. Grayscale: #393939. Windows color (decimal): -13485245 or 4406066. OLE color: 4406066.
HSL color Cylindrical-coordinate representation of color #323B43: hue angle of 208.24º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323B43 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 59 | 67 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.74 |
| HSL | 208.24º | 0.15% | 0.23% | - |
| HSV(B) | 208.24º | 0.25% | 0.26% | - |
| XYZ | 3.89 | 4.21 | 5.92 | - |
| YUV | 57.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 67 | 0.25 | 0.12 | 0 | 0.74 | 208.24 | 0.15 | 0.23 |
| Hex | 32 | 3B | 43 | 19 | C | 0 | 4A | D0 | F | 17 |
| Octal | 62 | 73 | 103 | 31 | 14 | 0 | 112 | 320 | 17 | 27 |
| Binary | 110010 | 111011 | 1000011 | 11001 | 1100 | 0 | 1001010 | 11010000 | 1111 | 10111 |
Color Harmonies of #323B43
Complementary color
Monochromatic Colors of #323B43
Black with #323B43
Text Example
Text Example
White with #323B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B43; }
p { color: rgb(50,59,67); }
H1.HeaderClassName
{
color: #323B43;
}
.AnyTagClassName
{
color: #323B43;
}
</style>
background-color css
<style>
a { background-color: #323B43; }
a { background-color: rgb(50,59,67); }
div.DivClassName
{
background-color: #323B43;
}
.BgClassName
{
background-color: #323B43;
}
</style>
border-color css
<style>
span { border-color: #323B43; }
span { border-color: rgb(50,59,67); }
td.TdClassName
{
border-color: #323B43;
}
.TagClassName
{
border-color: #323B43;
}
</style>