Shades of Deep Koamaru #332B75
Tints of Deep Koamaru #332B75
RGB
CMYK
RGB Variations
Color information
#332B75 (or 0x332B75) is known color: Deep Koamaru. HEX triplet: 33, 2B and 75. RGB value is (51,43,117). Sum of RGB (Red+Green+Blue) = 51+43+117=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #332B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B75 is #CCD48A. Grayscale: #353535. Windows color (decimal): -13423755 or 7678771. OLE color: 7678771.
HSL color Cylindrical-coordinate representation of color #332B75: hue angle of 246.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332B75 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 43 | 117 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.54 |
| HSL | 246.49º | 0.46% | 0.31% | - |
| HSV(B) | 246.49º | 0.63% | 0.46% | - |
| XYZ | 5.44 | 3.72 | 17.26 | - |
| YUV | 53.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 117 | 0.56 | 0.63 | 0 | 0.54 | 246.49 | 0.46 | 0.31 |
| Hex | 33 | 2B | 75 | 38 | 3F | 0 | 36 | F6 | 2E | 1F |
| Octal | 63 | 53 | 165 | 70 | 77 | 0 | 66 | 366 | 56 | 37 |
| Binary | 110011 | 101011 | 1110101 | 111000 | 111111 | 0 | 110110 | 11110110 | 101110 | 11111 |
Color Harmonies of #332B75
Complementary color
Monochromatic Colors of #332B75
Black with #332B75
Text Example
Text Example
White with #332B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B75; }
p { color: rgb(51,43,117); }
H1.HeaderClassName
{
color: #332B75;
}
.AnyTagClassName
{
color: #332B75;
}
</style>
background-color css
<style>
a { background-color: #332B75; }
a { background-color: rgb(51,43,117); }
div.DivClassName
{
background-color: #332B75;
}
.BgClassName
{
background-color: #332B75;
}
</style>
border-color css
<style>
span { border-color: #332B75; }
span { border-color: rgb(51,43,117); }
td.TdClassName
{
border-color: #332B75;
}
.TagClassName
{
border-color: #332B75;
}
</style>