Shades of Deep Koamaru #333069
Tints of Deep Koamaru #333069
RGB
CMYK
RGB Variations
Color information
#333069 (or 0x333069) is known color: Deep Koamaru. HEX triplet: 33, 30 and 69. RGB value is (51,48,105). Sum of RGB (Red+Green+Blue) = 51+48+105=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #333069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333069 is #CCCF96. Grayscale: #373737. Windows color (decimal): -13422487 or 6893619. OLE color: 6893619.
HSL color Cylindrical-coordinate representation of color #333069: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333069 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 48 | 105 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.59 |
| HSL | 243.16º | 0.37% | 0.3% | - |
| HSV(B) | 243.16º | 0.54% | 0.41% | - |
| XYZ | 4.97 | 3.84 | 13.84 | - |
| YUV | 55.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 105 | 0.51 | 0.54 | 0 | 0.59 | 243.16 | 0.37 | 0.3 |
| Hex | 33 | 30 | 69 | 33 | 36 | 0 | 3B | F3 | 25 | 1E |
| Octal | 63 | 60 | 151 | 63 | 66 | 0 | 73 | 363 | 45 | 36 |
| Binary | 110011 | 110000 | 1101001 | 110011 | 110110 | 0 | 111011 | 11110011 | 100101 | 11110 |
Color Harmonies of #333069
Complementary color
Monochromatic Colors of #333069
Black with #333069
Text Example
Text Example
White with #333069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333069; }
p { color: rgb(51,48,105); }
H1.HeaderClassName
{
color: #333069;
}
.AnyTagClassName
{
color: #333069;
}
</style>
background-color css
<style>
a { background-color: #333069; }
a { background-color: rgb(51,48,105); }
div.DivClassName
{
background-color: #333069;
}
.BgClassName
{
background-color: #333069;
}
</style>
border-color css
<style>
span { border-color: #333069; }
span { border-color: rgb(51,48,105); }
td.TdClassName
{
border-color: #333069;
}
.TagClassName
{
border-color: #333069;
}
</style>