Shades of Bay Of Many #334368
Tints of Bay Of Many #334368
RGB
CMYK
RGB Variations
Color information
#334368 (or 0x334368) is known color: Bay Of Many. HEX triplet: 33, 43 and 68. RGB value is (51,67,104). Sum of RGB (Red+Green+Blue) = 51+67+104=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #334368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334368 is #CCBC97. Grayscale: #424242. Windows color (decimal): -13417624 or 6832947. OLE color: 6832947.
HSL color Cylindrical-coordinate representation of color #334368: hue angle of 221.89º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334368 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 67 | 104 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.59 |
| HSL | 221.89º | 0.34% | 0.3% | - |
| HSV(B) | 221.89º | 0.51% | 0.41% | - |
| XYZ | 5.87 | 5.72 | 13.89 | - |
| YUV | 66.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 104 | 0.51 | 0.36 | 0 | 0.59 | 221.89 | 0.34 | 0.3 |
| Hex | 33 | 43 | 68 | 33 | 24 | 0 | 3B | DE | 22 | 1E |
| Octal | 63 | 103 | 150 | 63 | 44 | 0 | 73 | 336 | 42 | 36 |
| Binary | 110011 | 1000011 | 1101000 | 110011 | 100100 | 0 | 111011 | 11011110 | 100010 | 11110 |
Color Harmonies of #334368
Complementary color
Monochromatic Colors of #334368
Black with #334368
Text Example
Text Example
White with #334368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334368; }
p { color: rgb(51,67,104); }
H1.HeaderClassName
{
color: #334368;
}
.AnyTagClassName
{
color: #334368;
}
</style>
background-color css
<style>
a { background-color: #334368; }
a { background-color: rgb(51,67,104); }
div.DivClassName
{
background-color: #334368;
}
.BgClassName
{
background-color: #334368;
}
</style>
border-color css
<style>
span { border-color: #334368; }
span { border-color: rgb(51,67,104); }
td.TdClassName
{
border-color: #334368;
}
.TagClassName
{
border-color: #334368;
}
</style>