Shades of Deep Koamaru #333664
Tints of Deep Koamaru #333664
RGB
CMYK
RGB Variations
Color information
#333664 (or 0x333664) is known color: Deep Koamaru. HEX triplet: 33, 36 and 64. RGB value is (51,54,100). Sum of RGB (Red+Green+Blue) = 51+54+100=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #333664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333664 is #CCC99B. Grayscale: #3A3A3A. Windows color (decimal): -13420956 or 6567475. OLE color: 6567475.
HSL color Cylindrical-coordinate representation of color #333664: hue angle of 236.33º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #333664 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 54 | 100 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.61 |
| HSL | 236.33º | 0.32% | 0.3% | - |
| HSV(B) | 236.33º | 0.49% | 0.39% | - |
| XYZ | 4.98 | 4.26 | 12.62 | - |
| YUV | 58.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 100 | 0.49 | 0.46 | 0 | 0.61 | 236.33 | 0.32 | 0.3 |
| Hex | 33 | 36 | 64 | 31 | 2E | 0 | 3D | EC | 20 | 1E |
| Octal | 63 | 66 | 144 | 61 | 56 | 0 | 75 | 354 | 40 | 36 |
| Binary | 110011 | 110110 | 1100100 | 110001 | 101110 | 0 | 111101 | 11101100 | 100000 | 11110 |
Color Harmonies of #333664
Complementary color
Monochromatic Colors of #333664
Black with #333664
Text Example
Text Example
White with #333664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333664; }
p { color: rgb(51,54,100); }
H1.HeaderClassName
{
color: #333664;
}
.AnyTagClassName
{
color: #333664;
}
</style>
background-color css
<style>
a { background-color: #333664; }
a { background-color: rgb(51,54,100); }
div.DivClassName
{
background-color: #333664;
}
.BgClassName
{
background-color: #333664;
}
</style>
border-color css
<style>
span { border-color: #333664; }
span { border-color: rgb(51,54,100); }
td.TdClassName
{
border-color: #333664;
}
.TagClassName
{
border-color: #333664;
}
</style>