Shades of Bay Of Many #333F63
Tints of Bay Of Many #333F63
RGB
CMYK
RGB Variations
Color information
#333F63 (or 0x333F63) is known color: Bay Of Many. HEX triplet: 33, 3F and 63. RGB value is (51,63,99). Sum of RGB (Red+Green+Blue) = 51+63+99=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #333F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F63 is #CCC09C. Grayscale: #3F3F3F. Windows color (decimal): -13418653 or 6504243. OLE color: 6504243.
HSL color Cylindrical-coordinate representation of color #333F63: hue angle of 225º 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 #333F63 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 63 | 99 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.61 |
| HSL | 225º | 0.32% | 0.29% | - |
| HSV(B) | 225º | 0.48% | 0.39% | - |
| XYZ | 5.39 | 5.16 | 12.52 | - |
| YUV | 63.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 99 | 0.48 | 0.36 | 0 | 0.61 | 225 | 0.32 | 0.29 |
| Hex | 33 | 3F | 63 | 30 | 24 | 0 | 3D | E1 | 20 | 1D |
| Octal | 63 | 77 | 143 | 60 | 44 | 0 | 75 | 341 | 40 | 35 |
| Binary | 110011 | 111111 | 1100011 | 110000 | 100100 | 0 | 111101 | 11100001 | 100000 | 11101 |
Color Harmonies of #333F63
Complementary color
Monochromatic Colors of #333F63
Black with #333F63
Text Example
Text Example
White with #333F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F63; }
p { color: rgb(51,63,99); }
H1.HeaderClassName
{
color: #333F63;
}
.AnyTagClassName
{
color: #333F63;
}
</style>
background-color css
<style>
a { background-color: #333F63; }
a { background-color: rgb(51,63,99); }
div.DivClassName
{
background-color: #333F63;
}
.BgClassName
{
background-color: #333F63;
}
</style>
border-color css
<style>
span { border-color: #333F63; }
span { border-color: rgb(51,63,99); }
td.TdClassName
{
border-color: #333F63;
}
.TagClassName
{
border-color: #333F63;
}
</style>