Shades of Baltic Sea #33383C
Tints of Baltic Sea #33383C
RGB
CMYK
RGB Variations
Color information
#33383C (or 0x33383C) is known color: Baltic Sea. HEX triplet: 33, 38 and 3C. RGB value is (51,56,60). Sum of RGB (Red+Green+Blue) = 51+56+60=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #33383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383C is #CCC7C3. Grayscale: #363636. Windows color (decimal): -13420484 or 3946547. OLE color: 3946547.
HSL color Cylindrical-coordinate representation of color #33383C: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #33383C is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 56 | 60 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.76 |
| HSL | 206.67º | 0.08% | 0.22% | - |
| HSV(B) | 206.67º | 0.15% | 0.24% | - |
| XYZ | 3.6 | 3.86 | 4.83 | - |
| YUV | 54.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 60 | 0.15 | 0.07 | 0 | 0.76 | 206.67 | 0.08 | 0.22 |
| Hex | 33 | 38 | 3C | F | 7 | 0 | 4C | CF | 8 | 16 |
| Octal | 63 | 70 | 74 | 17 | 7 | 0 | 114 | 317 | 10 | 26 |
| Binary | 110011 | 111000 | 111100 | 1111 | 111 | 0 | 1001100 | 11001111 | 1000 | 10110 |
Color Harmonies of #33383C
Complementary color
Monochromatic Colors of #33383C
Black with #33383C
Text Example
Text Example
White with #33383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33383C; }
p { color: rgb(51,56,60); }
H1.HeaderClassName
{
color: #33383C;
}
.AnyTagClassName
{
color: #33383C;
}
</style>
background-color css
<style>
a { background-color: #33383C; }
a { background-color: rgb(51,56,60); }
div.DivClassName
{
background-color: #33383C;
}
.BgClassName
{
background-color: #33383C;
}
</style>
border-color css
<style>
span { border-color: #33383C; }
span { border-color: rgb(51,56,60); }
td.TdClassName
{
border-color: #33383C;
}
.TagClassName
{
border-color: #33383C;
}
</style>