Shades of Bay Of Many #333E63
Tints of Bay Of Many #333E63
RGB
CMYK
RGB Variations
Color information
#333E63 (or 0x333E63) is known color: Bay Of Many. HEX triplet: 33, 3E and 63. RGB value is (51,62,99). Sum of RGB (Red+Green+Blue) = 51+62+99=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #333E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E63 is #CCC19C. Grayscale: #3E3E3E. Windows color (decimal): -13418909 or 6503987. OLE color: 6503987.
HSL color Cylindrical-coordinate representation of color #333E63: hue angle of 226.25º 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 #333E63 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 62 | 99 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.61 |
| HSL | 226.25º | 0.32% | 0.29% | - |
| HSV(B) | 226.25º | 0.48% | 0.39% | - |
| XYZ | 5.34 | 5.05 | 12.5 | - |
| YUV | 62.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 99 | 0.48 | 0.37 | 0 | 0.61 | 226.25 | 0.32 | 0.29 |
| Hex | 33 | 3E | 63 | 30 | 25 | 0 | 3D | E2 | 20 | 1D |
| Octal | 63 | 76 | 143 | 60 | 45 | 0 | 75 | 342 | 40 | 35 |
| Binary | 110011 | 111110 | 1100011 | 110000 | 100101 | 0 | 111101 | 11100010 | 100000 | 11101 |
Color Harmonies of #333E63
Complementary color
Monochromatic Colors of #333E63
Black with #333E63
Text Example
Text Example
White with #333E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E63; }
p { color: rgb(51,62,99); }
H1.HeaderClassName
{
color: #333E63;
}
.AnyTagClassName
{
color: #333E63;
}
</style>
background-color css
<style>
a { background-color: #333E63; }
a { background-color: rgb(51,62,99); }
div.DivClassName
{
background-color: #333E63;
}
.BgClassName
{
background-color: #333E63;
}
</style>
border-color css
<style>
span { border-color: #333E63; }
span { border-color: rgb(51,62,99); }
td.TdClassName
{
border-color: #333E63;
}
.TagClassName
{
border-color: #333E63;
}
</style>