Shades of Baltic Sea #333B44
Tints of Baltic Sea #333B44
RGB
CMYK
RGB Variations
Color information
#333B44 (or 0x333B44) is known color: Baltic Sea. HEX triplet: 33, 3B and 44. RGB value is (51,59,68). Sum of RGB (Red+Green+Blue) = 51+59+68=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #333B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B44 is #CCC4BB. Grayscale: #393939. Windows color (decimal): -13419708 or 4471603. OLE color: 4471603.
HSL color Cylindrical-coordinate representation of color #333B44: hue angle of 211.76º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333B44 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 59 | 68 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.73 |
| HSL | 211.76º | 0.14% | 0.23% | - |
| HSV(B) | 211.76º | 0.25% | 0.27% | - |
| XYZ | 3.97 | 4.25 | 6.08 | - |
| YUV | 57.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 68 | 0.25 | 0.13 | 0 | 0.73 | 211.76 | 0.14 | 0.23 |
| Hex | 33 | 3B | 44 | 19 | D | 0 | 49 | D4 | E | 17 |
| Octal | 63 | 73 | 104 | 31 | 15 | 0 | 111 | 324 | 16 | 27 |
| Binary | 110011 | 111011 | 1000100 | 11001 | 1101 | 0 | 1001001 | 11010100 | 1110 | 10111 |
Color Harmonies of #333B44
Complementary color
Monochromatic Colors of #333B44
Black with #333B44
Text Example
Text Example
White with #333B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B44; }
p { color: rgb(51,59,68); }
H1.HeaderClassName
{
color: #333B44;
}
.AnyTagClassName
{
color: #333B44;
}
</style>
background-color css
<style>
a { background-color: #333B44; }
a { background-color: rgb(51,59,68); }
div.DivClassName
{
background-color: #333B44;
}
.BgClassName
{
background-color: #333B44;
}
</style>
border-color css
<style>
span { border-color: #333B44; }
span { border-color: rgb(51,59,68); }
td.TdClassName
{
border-color: #333B44;
}
.TagClassName
{
border-color: #333B44;
}
</style>