Shades of Deep Koamaru #333061
Tints of Deep Koamaru #333061
RGB
CMYK
RGB Variations
Color information
#333061 (or 0x333061) is known color: Deep Koamaru. HEX triplet: 33, 30 and 61. RGB value is (51,48,97). Sum of RGB (Red+Green+Blue) = 51+48+97=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #333061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333061 is #CCCF9E. Grayscale: #363636. Windows color (decimal): -13422495 or 6369331. OLE color: 6369331.
HSL color Cylindrical-coordinate representation of color #333061: hue angle of 243.67º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333061 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 48 | 97 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.62 |
| HSL | 243.67º | 0.34% | 0.28% | - |
| HSV(B) | 243.67º | 0.51% | 0.38% | - |
| XYZ | 4.58 | 3.68 | 11.78 | - |
| YUV | 54.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 97 | 0.47 | 0.51 | 0 | 0.62 | 243.67 | 0.34 | 0.28 |
| Hex | 33 | 30 | 61 | 2F | 33 | 0 | 3E | F4 | 22 | 1C |
| Octal | 63 | 60 | 141 | 57 | 63 | 0 | 76 | 364 | 42 | 34 |
| Binary | 110011 | 110000 | 1100001 | 101111 | 110011 | 0 | 111110 | 11110100 | 100010 | 11100 |
Color Harmonies of #333061
Complementary color
Monochromatic Colors of #333061
Black with #333061
Text Example
Text Example
White with #333061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333061; }
p { color: rgb(51,48,97); }
H1.HeaderClassName
{
color: #333061;
}
.AnyTagClassName
{
color: #333061;
}
</style>
background-color css
<style>
a { background-color: #333061; }
a { background-color: rgb(51,48,97); }
div.DivClassName
{
background-color: #333061;
}
.BgClassName
{
background-color: #333061;
}
</style>
border-color css
<style>
span { border-color: #333061; }
span { border-color: rgb(51,48,97); }
td.TdClassName
{
border-color: #333061;
}
.TagClassName
{
border-color: #333061;
}
</style>