Shades of Bay Of Many #333B63
Tints of Bay Of Many #333B63
RGB
CMYK
RGB Variations
Color information
#333B63 (or 0x333B63) is known color: Bay Of Many. HEX triplet: 33, 3B and 63. RGB value is (51,59,99). Sum of RGB (Red+Green+Blue) = 51+59+99=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #333B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B63 is #CCC49C. Grayscale: #3C3C3C. Windows color (decimal): -13419677 or 6503219. OLE color: 6503219.
HSL color Cylindrical-coordinate representation of color #333B63: hue angle of 230º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #333B63 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 59 | 99 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.61 |
| HSL | 230º | 0.32% | 0.29% | - |
| HSV(B) | 230º | 0.48% | 0.39% | - |
| XYZ | 5.18 | 4.73 | 12.44 | - |
| YUV | 61.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 99 | 0.48 | 0.40 | 0 | 0.61 | 230 | 0.32 | 0.29 |
| Hex | 33 | 3B | 63 | 30 | 28 | 0 | 3D | E6 | 20 | 1D |
| Octal | 63 | 73 | 143 | 60 | 50 | 0 | 75 | 346 | 40 | 35 |
| Binary | 110011 | 111011 | 1100011 | 110000 | 101000 | 0 | 111101 | 11100110 | 100000 | 11101 |
Color Harmonies of #333B63
Complementary color
Monochromatic Colors of #333B63
Black with #333B63
Text Example
Text Example
White with #333B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B63; }
p { color: rgb(51,59,99); }
H1.HeaderClassName
{
color: #333B63;
}
.AnyTagClassName
{
color: #333B63;
}
</style>
background-color css
<style>
a { background-color: #333B63; }
a { background-color: rgb(51,59,99); }
div.DivClassName
{
background-color: #333B63;
}
.BgClassName
{
background-color: #333B63;
}
</style>
border-color css
<style>
span { border-color: #333B63; }
span { border-color: rgb(51,59,99); }
td.TdClassName
{
border-color: #333B63;
}
.TagClassName
{
border-color: #333B63;
}
</style>