Shades of Deep Koamaru #332F68
Tints of Deep Koamaru #332F68
RGB
CMYK
RGB Variations
Color information
#332F68 (or 0x332F68) is known color: Deep Koamaru. HEX triplet: 33, 2F and 68. RGB value is (51,47,104). Sum of RGB (Red+Green+Blue) = 51+47+104=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #332F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F68 is #CCD097. Grayscale: #363636. Windows color (decimal): -13422744 or 6827827. OLE color: 6827827.
HSL color Cylindrical-coordinate representation of color #332F68: hue angle of 244.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332F68 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 47 | 104 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.59 |
| HSL | 244.21º | 0.38% | 0.3% | - |
| HSV(B) | 244.21º | 0.55% | 0.41% | - |
| XYZ | 4.88 | 3.74 | 13.56 | - |
| YUV | 54.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 104 | 0.51 | 0.55 | 0 | 0.59 | 244.21 | 0.38 | 0.3 |
| Hex | 33 | 2F | 68 | 33 | 37 | 0 | 3B | F4 | 26 | 1E |
| Octal | 63 | 57 | 150 | 63 | 67 | 0 | 73 | 364 | 46 | 36 |
| Binary | 110011 | 101111 | 1101000 | 110011 | 110111 | 0 | 111011 | 11110100 | 100110 | 11110 |
Color Harmonies of #332F68
Complementary color
Monochromatic Colors of #332F68
Black with #332F68
Text Example
Text Example
White with #332F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F68; }
p { color: rgb(51,47,104); }
H1.HeaderClassName
{
color: #332F68;
}
.AnyTagClassName
{
color: #332F68;
}
</style>
background-color css
<style>
a { background-color: #332F68; }
a { background-color: rgb(51,47,104); }
div.DivClassName
{
background-color: #332F68;
}
.BgClassName
{
background-color: #332F68;
}
</style>
border-color css
<style>
span { border-color: #332F68; }
span { border-color: rgb(51,47,104); }
td.TdClassName
{
border-color: #332F68;
}
.TagClassName
{
border-color: #332F68;
}
</style>