Shades of Deep Koamaru #333172
Tints of Deep Koamaru #333172
RGB
CMYK
RGB Variations
Color information
#333172 (or 0x333172) is known color: Deep Koamaru. HEX triplet: 33, 31 and 72. RGB value is (51,49,114). Sum of RGB (Red+Green+Blue) = 51+49+114=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #333172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333172 is #CCCE8D. Grayscale: #383838. Windows color (decimal): -13422222 or 7483699. OLE color: 7483699.
HSL color Cylindrical-coordinate representation of color #333172: hue angle of 241.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333172 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 49 | 114 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.55 |
| HSL | 241.85º | 0.4% | 0.32% | - |
| HSV(B) | 241.85º | 0.57% | 0.45% | - |
| XYZ | 5.5 | 4.12 | 16.42 | - |
| YUV | 57.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 114 | 0.55 | 0.57 | 0 | 0.55 | 241.85 | 0.4 | 0.32 |
| Hex | 33 | 31 | 72 | 37 | 39 | 0 | 37 | F2 | 28 | 20 |
| Octal | 63 | 61 | 162 | 67 | 71 | 0 | 67 | 362 | 50 | 40 |
| Binary | 110011 | 110001 | 1110010 | 110111 | 111001 | 0 | 110111 | 11110010 | 101000 | 100000 |
Color Harmonies of #333172
Complementary color
Monochromatic Colors of #333172
Black with #333172
Text Example
Text Example
White with #333172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333172; }
p { color: rgb(51,49,114); }
H1.HeaderClassName
{
color: #333172;
}
.AnyTagClassName
{
color: #333172;
}
</style>
background-color css
<style>
a { background-color: #333172; }
a { background-color: rgb(51,49,114); }
div.DivClassName
{
background-color: #333172;
}
.BgClassName
{
background-color: #333172;
}
</style>
border-color css
<style>
span { border-color: #333172; }
span { border-color: rgb(51,49,114); }
td.TdClassName
{
border-color: #333172;
}
.TagClassName
{
border-color: #333172;
}
</style>