Shades of Deep Koamaru #242C66
Tints of Deep Koamaru #242C66
RGB
CMYK
RGB Variations
Color information
#242C66 (or 0x242C66) is known color: Deep Koamaru. HEX triplet: 24, 2C and 66. RGB value is (36,44,102). Sum of RGB (Red+Green+Blue) = 36+44+102=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #242C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C66 is #DBD399. Grayscale: #2F2F2F. Windows color (decimal): -14406554 or 6695972. OLE color: 6695972.
HSL color Cylindrical-coordinate representation of color #242C66: hue angle of 232.73º 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 #242C66 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 44 | 102 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.6 |
| HSL | 232.73º | 0.48% | 0.27% | - |
| HSV(B) | 232.73º | 0.65% | 0.4% | - |
| XYZ | 4.03 | 3.14 | 12.96 | - |
| YUV | 48.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 102 | 0.65 | 0.57 | 0 | 0.6 | 232.73 | 0.48 | 0.27 |
| Hex | 24 | 2C | 66 | 41 | 39 | 0 | 3C | E9 | 30 | 1B |
| Octal | 44 | 54 | 146 | 101 | 71 | 0 | 74 | 351 | 60 | 33 |
| Binary | 100100 | 101100 | 1100110 | 1000001 | 111001 | 0 | 111100 | 11101001 | 110000 | 11011 |
Color Harmonies of #242C66
Complementary color
Monochromatic Colors of #242C66
Black with #242C66
Text Example
Text Example
White with #242C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C66; }
p { color: rgb(36,44,102); }
H1.HeaderClassName
{
color: #242C66;
}
.AnyTagClassName
{
color: #242C66;
}
</style>
background-color css
<style>
a { background-color: #242C66; }
a { background-color: rgb(36,44,102); }
div.DivClassName
{
background-color: #242C66;
}
.BgClassName
{
background-color: #242C66;
}
</style>
border-color css
<style>
span { border-color: #242C66; }
span { border-color: rgb(36,44,102); }
td.TdClassName
{
border-color: #242C66;
}
.TagClassName
{
border-color: #242C66;
}
</style>