Shades of Deep Koamaru #242966
Tints of Deep Koamaru #242966
RGB
CMYK
RGB Variations
Color information
#242966 (or 0x242966) is known color: Deep Koamaru. HEX triplet: 24, 29 and 66. RGB value is (36,41,102). Sum of RGB (Red+Green+Blue) = 36+41+102=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #242966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242966 is #DBD699. Grayscale: #2E2E2E. Windows color (decimal): -14407322 or 6695204. OLE color: 6695204.
HSL color Cylindrical-coordinate representation of color #242966: hue angle of 235.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242966 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 41 | 102 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.6 |
| HSL | 235.45º | 0.48% | 0.27% | - |
| HSV(B) | 235.45º | 0.65% | 0.4% | - |
| XYZ | 3.92 | 2.92 | 12.93 | - |
| YUV | 46.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 102 | 0.65 | 0.60 | 0 | 0.6 | 235.45 | 0.48 | 0.27 |
| Hex | 24 | 29 | 66 | 41 | 3C | 0 | 3C | EB | 30 | 1B |
| Octal | 44 | 51 | 146 | 101 | 74 | 0 | 74 | 353 | 60 | 33 |
| Binary | 100100 | 101001 | 1100110 | 1000001 | 111100 | 0 | 111100 | 11101011 | 110000 | 11011 |
Color Harmonies of #242966
Complementary color
Monochromatic Colors of #242966
Black with #242966
Text Example
Text Example
White with #242966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242966; }
p { color: rgb(36,41,102); }
H1.HeaderClassName
{
color: #242966;
}
.AnyTagClassName
{
color: #242966;
}
</style>
background-color css
<style>
a { background-color: #242966; }
a { background-color: rgb(36,41,102); }
div.DivClassName
{
background-color: #242966;
}
.BgClassName
{
background-color: #242966;
}
</style>
border-color css
<style>
span { border-color: #242966; }
span { border-color: rgb(36,41,102); }
td.TdClassName
{
border-color: #242966;
}
.TagClassName
{
border-color: #242966;
}
</style>