Shades of Bay Of Many #333C63
Tints of Bay Of Many #333C63
RGB
CMYK
RGB Variations
Color information
#333C63 (or 0x333C63) is known color: Bay Of Many. HEX triplet: 33, 3C and 63. RGB value is (51,60,99). Sum of RGB (Red+Green+Blue) = 51+60+99=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #333C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C63 is #CCC39C. Grayscale: #3D3D3D. Windows color (decimal): -13419421 or 6503475. OLE color: 6503475.
HSL color Cylindrical-coordinate representation of color #333C63: hue angle of 228.75º 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 #333C63 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 60 | 99 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.61 |
| HSL | 228.75º | 0.32% | 0.29% | - |
| HSV(B) | 228.75º | 0.48% | 0.39% | - |
| XYZ | 5.23 | 4.84 | 12.46 | - |
| YUV | 61.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 99 | 0.48 | 0.39 | 0 | 0.61 | 228.75 | 0.32 | 0.29 |
| Hex | 33 | 3C | 63 | 30 | 27 | 0 | 3D | E5 | 20 | 1D |
| Octal | 63 | 74 | 143 | 60 | 47 | 0 | 75 | 345 | 40 | 35 |
| Binary | 110011 | 111100 | 1100011 | 110000 | 100111 | 0 | 111101 | 11100101 | 100000 | 11101 |
Color Harmonies of #333C63
Complementary color
Monochromatic Colors of #333C63
Black with #333C63
Text Example
Text Example
White with #333C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C63; }
p { color: rgb(51,60,99); }
H1.HeaderClassName
{
color: #333C63;
}
.AnyTagClassName
{
color: #333C63;
}
</style>
background-color css
<style>
a { background-color: #333C63; }
a { background-color: rgb(51,60,99); }
div.DivClassName
{
background-color: #333C63;
}
.BgClassName
{
background-color: #333C63;
}
</style>
border-color css
<style>
span { border-color: #333C63; }
span { border-color: rgb(51,60,99); }
td.TdClassName
{
border-color: #333C63;
}
.TagClassName
{
border-color: #333C63;
}
</style>