Shades of Deep Koamaru #333168
Tints of Deep Koamaru #333168
RGB
CMYK
RGB Variations
Color information
#333168 (or 0x333168) is known color: Deep Koamaru. HEX triplet: 33, 31 and 68. RGB value is (51,49,104). Sum of RGB (Red+Green+Blue) = 51+49+104=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #333168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333168 is #CCCE97. Grayscale: #373737. Windows color (decimal): -13422232 or 6828339. OLE color: 6828339.
HSL color Cylindrical-coordinate representation of color #333168: hue angle of 242.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333168 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 49 | 104 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.59 |
| HSL | 242.18º | 0.36% | 0.3% | - |
| HSV(B) | 242.18º | 0.53% | 0.41% | - |
| XYZ | 4.96 | 3.9 | 13.59 | - |
| YUV | 55.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 104 | 0.51 | 0.53 | 0 | 0.59 | 242.18 | 0.36 | 0.3 |
| Hex | 33 | 31 | 68 | 33 | 35 | 0 | 3B | F2 | 24 | 1E |
| Octal | 63 | 61 | 150 | 63 | 65 | 0 | 73 | 362 | 44 | 36 |
| Binary | 110011 | 110001 | 1101000 | 110011 | 110101 | 0 | 111011 | 11110010 | 100100 | 11110 |
Color Harmonies of #333168
Complementary color
Monochromatic Colors of #333168
Black with #333168
Text Example
Text Example
White with #333168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333168; }
p { color: rgb(51,49,104); }
H1.HeaderClassName
{
color: #333168;
}
.AnyTagClassName
{
color: #333168;
}
</style>
background-color css
<style>
a { background-color: #333168; }
a { background-color: rgb(51,49,104); }
div.DivClassName
{
background-color: #333168;
}
.BgClassName
{
background-color: #333168;
}
</style>
border-color css
<style>
span { border-color: #333168; }
span { border-color: rgb(51,49,104); }
td.TdClassName
{
border-color: #333168;
}
.TagClassName
{
border-color: #333168;
}
</style>