Shades of Deep Koamaru #242868
Tints of Deep Koamaru #242868
RGB
CMYK
RGB Variations
Color information
#242868 (or 0x242868) is known color: Deep Koamaru. HEX triplet: 24, 28 and 68. RGB value is (36,40,104). Sum of RGB (Red+Green+Blue) = 36+40+104=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #242868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242868 is #DBD797. Grayscale: #2D2D2D. Windows color (decimal): -14407576 or 6826020. OLE color: 6826020.
HSL color Cylindrical-coordinate representation of color #242868: hue angle of 236.47º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242868 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 40 | 104 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.59 |
| HSL | 236.47º | 0.49% | 0.27% | - |
| HSV(B) | 236.47º | 0.65% | 0.41% | - |
| XYZ | 3.99 | 2.89 | 13.44 | - |
| YUV | 46.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 104 | 0.65 | 0.62 | 0 | 0.59 | 236.47 | 0.49 | 0.27 |
| Hex | 24 | 28 | 68 | 41 | 3E | 0 | 3B | EC | 31 | 1B |
| Octal | 44 | 50 | 150 | 101 | 76 | 0 | 73 | 354 | 61 | 33 |
| Binary | 100100 | 101000 | 1101000 | 1000001 | 111110 | 0 | 111011 | 11101100 | 110001 | 11011 |
Color Harmonies of #242868
Complementary color
Monochromatic Colors of #242868
Black with #242868
Text Example
Text Example
White with #242868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242868; }
p { color: rgb(36,40,104); }
H1.HeaderClassName
{
color: #242868;
}
.AnyTagClassName
{
color: #242868;
}
</style>
background-color css
<style>
a { background-color: #242868; }
a { background-color: rgb(36,40,104); }
div.DivClassName
{
background-color: #242868;
}
.BgClassName
{
background-color: #242868;
}
</style>
border-color css
<style>
span { border-color: #242868; }
span { border-color: rgb(36,40,104); }
td.TdClassName
{
border-color: #242868;
}
.TagClassName
{
border-color: #242868;
}
</style>