Shades of Deep Koamaru #242864
Tints of Deep Koamaru #242864
RGB
CMYK
RGB Variations
Color information
#242864 (or 0x242864) is known color: Deep Koamaru. HEX triplet: 24, 28 and 64. RGB value is (36,40,100). Sum of RGB (Red+Green+Blue) = 36+40+100=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #242864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242864 is #DBD79B. Grayscale: #2D2D2D. Windows color (decimal): -14407580 or 6563876. OLE color: 6563876.
HSL color Cylindrical-coordinate representation of color #242864: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242864 is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 40 | 100 | - |
| CMYK | 0.64 | 0.6 | 0 | 0.61 |
| HSL | 236.25º | 0.47% | 0.27% | - |
| HSV(B) | 236.25º | 0.64% | 0.39% | - |
| XYZ | 3.79 | 2.81 | 12.4 | - |
| YUV | 45.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 100 | 0.64 | 0.6 | 0 | 0.61 | 236.25 | 0.47 | 0.27 |
| Hex | 24 | 28 | 64 | 40 | 3C | 0 | 3D | EC | 2F | 1B |
| Octal | 44 | 50 | 144 | 100 | 74 | 0 | 75 | 354 | 57 | 33 |
| Binary | 100100 | 101000 | 1100100 | 1000000 | 111100 | 0 | 111101 | 11101100 | 101111 | 11011 |
Color Harmonies of #242864
Complementary color
Monochromatic Colors of #242864
Black with #242864
Text Example
Text Example
White with #242864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242864; }
p { color: rgb(36,40,100); }
H1.HeaderClassName
{
color: #242864;
}
.AnyTagClassName
{
color: #242864;
}
</style>
background-color css
<style>
a { background-color: #242864; }
a { background-color: rgb(36,40,100); }
div.DivClassName
{
background-color: #242864;
}
.BgClassName
{
background-color: #242864;
}
</style>
border-color css
<style>
span { border-color: #242864; }
span { border-color: rgb(36,40,100); }
td.TdClassName
{
border-color: #242864;
}
.TagClassName
{
border-color: #242864;
}
</style>