Shades of Bay Of Many #333B6A
Tints of Bay Of Many #333B6A
RGB
CMYK
RGB Variations
Color information
#333B6A (or 0x333B6A) is known color: Bay Of Many. HEX triplet: 33, 3B and 6A. RGB value is (51,59,106). Sum of RGB (Red+Green+Blue) = 51+59+106=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #333B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B6A is #CCC495. Grayscale: #3D3D3D. Windows color (decimal): -13419670 or 6961971. OLE color: 6961971.
HSL color Cylindrical-coordinate representation of color #333B6A: hue angle of 231.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333B6A is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 59 | 106 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.58 |
| HSL | 231.27º | 0.35% | 0.31% | - |
| HSV(B) | 231.27º | 0.52% | 0.42% | - |
| XYZ | 5.53 | 4.87 | 14.28 | - |
| YUV | 61.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 106 | 0.52 | 0.44 | 0 | 0.58 | 231.27 | 0.35 | 0.31 |
| Hex | 33 | 3B | 6A | 34 | 2C | 0 | 3A | E7 | 23 | 1F |
| Octal | 63 | 73 | 152 | 64 | 54 | 0 | 72 | 347 | 43 | 37 |
| Binary | 110011 | 111011 | 1101010 | 110100 | 101100 | 0 | 111010 | 11100111 | 100011 | 11111 |
Color Harmonies of #333B6A
Complementary color
Monochromatic Colors of #333B6A
Black with #333B6A
Text Example
Text Example
White with #333B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B6A; }
p { color: rgb(51,59,106); }
H1.HeaderClassName
{
color: #333B6A;
}
.AnyTagClassName
{
color: #333B6A;
}
</style>
background-color css
<style>
a { background-color: #333B6A; }
a { background-color: rgb(51,59,106); }
div.DivClassName
{
background-color: #333B6A;
}
.BgClassName
{
background-color: #333B6A;
}
</style>
border-color css
<style>
span { border-color: #333B6A; }
span { border-color: rgb(51,59,106); }
td.TdClassName
{
border-color: #333B6A;
}
.TagClassName
{
border-color: #333B6A;
}
</style>