Shades of Deep Koamaru #33336B
Tints of Deep Koamaru #33336B
RGB
CMYK
RGB Variations
Color information
#33336B (or 0x33336B) is known color: Deep Koamaru. HEX triplet: 33, 33 and 6B. RGB value is (51,51,107). Sum of RGB (Red+Green+Blue) = 51+51+107=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #33336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33336B is #CCCC94. Grayscale: #393939. Windows color (decimal): -13421717 or 7025459. OLE color: 7025459.
HSL color Cylindrical-coordinate representation of color #33336B: hue angle of 240º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33336B is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 51 | 107 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.58 |
| HSL | 240º | 0.35% | 0.31% | - |
| HSV(B) | 240º | 0.52% | 0.42% | - |
| XYZ | 5.2 | 4.13 | 14.43 | - |
| YUV | 57.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 107 | 0.52 | 0.52 | 0 | 0.58 | 240 | 0.35 | 0.31 |
| Hex | 33 | 33 | 6B | 34 | 34 | 0 | 3A | F0 | 23 | 1F |
| Octal | 63 | 63 | 153 | 64 | 64 | 0 | 72 | 360 | 43 | 37 |
| Binary | 110011 | 110011 | 1101011 | 110100 | 110100 | 0 | 111010 | 11110000 | 100011 | 11111 |
Color Harmonies of #33336B
Complementary color
Monochromatic Colors of #33336B
Black with #33336B
Text Example
Text Example
White with #33336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33336B; }
p { color: rgb(51,51,107); }
H1.HeaderClassName
{
color: #33336B;
}
.AnyTagClassName
{
color: #33336B;
}
</style>
background-color css
<style>
a { background-color: #33336B; }
a { background-color: rgb(51,51,107); }
div.DivClassName
{
background-color: #33336B;
}
.BgClassName
{
background-color: #33336B;
}
</style>
border-color css
<style>
span { border-color: #33336B; }
span { border-color: rgb(51,51,107); }
td.TdClassName
{
border-color: #33336B;
}
.TagClassName
{
border-color: #33336B;
}
</style>