Shades of Deep Koamaru #33346D
Tints of Deep Koamaru #33346D
RGB
CMYK
RGB Variations
Color information
#33346D (or 0x33346D) is known color: Deep Koamaru. HEX triplet: 33, 34 and 6D. RGB value is (51,52,109). Sum of RGB (Red+Green+Blue) = 51+52+109=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #33346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33346D is #CCCB92. Grayscale: #393939. Windows color (decimal): -13421459 or 7156787. OLE color: 7156787.
HSL color Cylindrical-coordinate representation of color #33346D: hue angle of 238.97º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33346D is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 52 | 109 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.57 |
| HSL | 238.97º | 0.36% | 0.31% | - |
| HSV(B) | 238.97º | 0.53% | 0.43% | - |
| XYZ | 5.35 | 4.26 | 15.01 | - |
| YUV | 58.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 109 | 0.53 | 0.52 | 0 | 0.57 | 238.97 | 0.36 | 0.31 |
| Hex | 33 | 34 | 6D | 35 | 34 | 0 | 39 | EF | 24 | 1F |
| Octal | 63 | 64 | 155 | 65 | 64 | 0 | 71 | 357 | 44 | 37 |
| Binary | 110011 | 110100 | 1101101 | 110101 | 110100 | 0 | 111001 | 11101111 | 100100 | 11111 |
Color Harmonies of #33346D
Complementary color
Monochromatic Colors of #33346D
Black with #33346D
Text Example
Text Example
White with #33346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33346D; }
p { color: rgb(51,52,109); }
H1.HeaderClassName
{
color: #33346D;
}
.AnyTagClassName
{
color: #33346D;
}
</style>
background-color css
<style>
a { background-color: #33346D; }
a { background-color: rgb(51,52,109); }
div.DivClassName
{
background-color: #33346D;
}
.BgClassName
{
background-color: #33346D;
}
</style>
border-color css
<style>
span { border-color: #33346D; }
span { border-color: rgb(51,52,109); }
td.TdClassName
{
border-color: #33346D;
}
.TagClassName
{
border-color: #33346D;
}
</style>