Shades of Bay Of Many #334369
Tints of Bay Of Many #334369
RGB
CMYK
RGB Variations
Color information
#334369 (or 0x334369) is known color: Bay Of Many. HEX triplet: 33, 43 and 69. RGB value is (51,67,105). Sum of RGB (Red+Green+Blue) = 51+67+105=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #334369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334369 is #CCBC96. Grayscale: #424242. Windows color (decimal): -13417623 or 6898483. OLE color: 6898483.
HSL color Cylindrical-coordinate representation of color #334369: hue angle of 222.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334369 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 67 | 105 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.59 |
| HSL | 222.22º | 0.35% | 0.31% | - |
| HSV(B) | 222.22º | 0.51% | 0.41% | - |
| XYZ | 5.92 | 5.74 | 14.16 | - |
| YUV | 66.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 105 | 0.51 | 0.36 | 0 | 0.59 | 222.22 | 0.35 | 0.31 |
| Hex | 33 | 43 | 69 | 33 | 24 | 0 | 3B | DE | 23 | 1F |
| Octal | 63 | 103 | 151 | 63 | 44 | 0 | 73 | 336 | 43 | 37 |
| Binary | 110011 | 1000011 | 1101001 | 110011 | 100100 | 0 | 111011 | 11011110 | 100011 | 11111 |
Color Harmonies of #334369
Complementary color
Monochromatic Colors of #334369
Black with #334369
Text Example
Text Example
White with #334369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334369; }
p { color: rgb(51,67,105); }
H1.HeaderClassName
{
color: #334369;
}
.AnyTagClassName
{
color: #334369;
}
</style>
background-color css
<style>
a { background-color: #334369; }
a { background-color: rgb(51,67,105); }
div.DivClassName
{
background-color: #334369;
}
.BgClassName
{
background-color: #334369;
}
</style>
border-color css
<style>
span { border-color: #334369; }
span { border-color: rgb(51,67,105); }
td.TdClassName
{
border-color: #334369;
}
.TagClassName
{
border-color: #334369;
}
</style>