Shades of Deep Koamaru #333865
Tints of Deep Koamaru #333865
RGB
CMYK
RGB Variations
Color information
#333865 (or 0x333865) is known color: Deep Koamaru. HEX triplet: 33, 38 and 65. RGB value is (51,56,101). Sum of RGB (Red+Green+Blue) = 51+56+101=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #333865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333865 is #CCC79A. Grayscale: #3B3B3B. Windows color (decimal): -13420443 or 6633523. OLE color: 6633523.
HSL color Cylindrical-coordinate representation of color #333865: hue angle of 234º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #333865 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 56 | 101 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.60 |
| HSL | 234º | 0.33% | 0.3% | - |
| HSV(B) | 234º | 0.5% | 0.4% | - |
| XYZ | 5.13 | 4.47 | 12.9 | - |
| YUV | 59.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 101 | 0.50 | 0.45 | 0 | 0.60 | 234 | 0.33 | 0.3 |
| Hex | 33 | 38 | 65 | 32 | 2D | 0 | 3C | EA | 21 | 1E |
| Octal | 63 | 70 | 145 | 62 | 55 | 0 | 74 | 352 | 41 | 36 |
| Binary | 110011 | 111000 | 1100101 | 110010 | 101101 | 0 | 111100 | 11101010 | 100001 | 11110 |
Color Harmonies of #333865
Complementary color
Monochromatic Colors of #333865
Black with #333865
Text Example
Text Example
White with #333865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333865; }
p { color: rgb(51,56,101); }
H1.HeaderClassName
{
color: #333865;
}
.AnyTagClassName
{
color: #333865;
}
</style>
background-color css
<style>
a { background-color: #333865; }
a { background-color: rgb(51,56,101); }
div.DivClassName
{
background-color: #333865;
}
.BgClassName
{
background-color: #333865;
}
</style>
border-color css
<style>
span { border-color: #333865; }
span { border-color: rgb(51,56,101); }
td.TdClassName
{
border-color: #333865;
}
.TagClassName
{
border-color: #333865;
}
</style>