Shades of Baltic Sea #333B42
Tints of Baltic Sea #333B42
RGB
CMYK
RGB Variations
Color information
#333B42 (or 0x333B42) is known color: Baltic Sea. HEX triplet: 33, 3B and 42. RGB value is (51,59,66). Sum of RGB (Red+Green+Blue) = 51+59+66=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 66 - color contains mainly: blue. Hex color #333B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B42 is #CCC4BD. Grayscale: #393939. Windows color (decimal): -13419710 or 4340531. OLE color: 4340531.
HSL color Cylindrical-coordinate representation of color #333B42: hue angle of 208º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #333B42 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 59 | 66 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.74 |
| HSL | 208º | 0.13% | 0.23% | - |
| HSV(B) | 208º | 0.23% | 0.26% | - |
| XYZ | 3.91 | 4.23 | 5.76 | - |
| YUV | 57.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 66 | 0.23 | 0.11 | 0 | 0.74 | 208 | 0.13 | 0.23 |
| Hex | 33 | 3B | 42 | 17 | B | 0 | 4A | D0 | D | 17 |
| Octal | 63 | 73 | 102 | 27 | 13 | 0 | 112 | 320 | 15 | 27 |
| Binary | 110011 | 111011 | 1000010 | 10111 | 1011 | 0 | 1001010 | 11010000 | 1101 | 10111 |
Color Harmonies of #333B42
Complementary color
Monochromatic Colors of #333B42
Black with #333B42
Text Example
Text Example
White with #333B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B42; }
p { color: rgb(51,59,66); }
H1.HeaderClassName
{
color: #333B42;
}
.AnyTagClassName
{
color: #333B42;
}
</style>
background-color css
<style>
a { background-color: #333B42; }
a { background-color: rgb(51,59,66); }
div.DivClassName
{
background-color: #333B42;
}
.BgClassName
{
background-color: #333B42;
}
</style>
border-color css
<style>
span { border-color: #333B42; }
span { border-color: rgb(51,59,66); }
td.TdClassName
{
border-color: #333B42;
}
.TagClassName
{
border-color: #333B42;
}
</style>