Shades of Deep Koamaru #333463
Tints of Deep Koamaru #333463
RGB
CMYK
RGB Variations
Color information
#333463 (or 0x333463) is known color: Deep Koamaru. HEX triplet: 33, 34 and 63. RGB value is (51,52,99). Sum of RGB (Red+Green+Blue) = 51+52+99=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #333463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333463 is #CCCB9C. Grayscale: #383838. Windows color (decimal): -13421469 or 6501427. OLE color: 6501427.
HSL color Cylindrical-coordinate representation of color #333463: hue angle of 238.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #333463 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 52 | 99 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.61 |
| HSL | 238.75º | 0.32% | 0.29% | - |
| HSV(B) | 238.75º | 0.48% | 0.39% | - |
| XYZ | 4.85 | 4.06 | 12.33 | - |
| YUV | 57.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 99 | 0.48 | 0.47 | 0 | 0.61 | 238.75 | 0.32 | 0.29 |
| Hex | 33 | 34 | 63 | 30 | 2F | 0 | 3D | EF | 20 | 1D |
| Octal | 63 | 64 | 143 | 60 | 57 | 0 | 75 | 357 | 40 | 35 |
| Binary | 110011 | 110100 | 1100011 | 110000 | 101111 | 0 | 111101 | 11101111 | 100000 | 11101 |
Color Harmonies of #333463
Complementary color
Monochromatic Colors of #333463
Black with #333463
Text Example
Text Example
White with #333463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333463; }
p { color: rgb(51,52,99); }
H1.HeaderClassName
{
color: #333463;
}
.AnyTagClassName
{
color: #333463;
}
</style>
background-color css
<style>
a { background-color: #333463; }
a { background-color: rgb(51,52,99); }
div.DivClassName
{
background-color: #333463;
}
.BgClassName
{
background-color: #333463;
}
</style>
border-color css
<style>
span { border-color: #333463; }
span { border-color: rgb(51,52,99); }
td.TdClassName
{
border-color: #333463;
}
.TagClassName
{
border-color: #333463;
}
</style>