Shades of Deep Koamaru #242D70
Tints of Deep Koamaru #242D70
RGB
CMYK
RGB Variations
Color information
#242D70 (or 0x242D70) is known color: Deep Koamaru. HEX triplet: 24, 2D and 70. RGB value is (36,45,112). Sum of RGB (Red+Green+Blue) = 36+45+112=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #242D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D70 is #DBD28F. Grayscale: #313131. Windows color (decimal): -14406288 or 7351588. OLE color: 7351588.
HSL color Cylindrical-coordinate representation of color #242D70: hue angle of 232.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242D70 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 45 | 112 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.56 |
| HSL | 232.89º | 0.51% | 0.29% | - |
| HSV(B) | 232.89º | 0.68% | 0.44% | - |
| XYZ | 4.59 | 3.42 | 15.75 | - |
| YUV | 49.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 112 | 0.68 | 0.60 | 0 | 0.56 | 232.89 | 0.51 | 0.29 |
| Hex | 24 | 2D | 70 | 44 | 3C | 0 | 38 | E9 | 33 | 1D |
| Octal | 44 | 55 | 160 | 104 | 74 | 0 | 70 | 351 | 63 | 35 |
| Binary | 100100 | 101101 | 1110000 | 1000100 | 111100 | 0 | 111000 | 11101001 | 110011 | 11101 |
Color Harmonies of #242D70
Complementary color
Monochromatic Colors of #242D70
Black with #242D70
Text Example
Text Example
White with #242D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D70; }
p { color: rgb(36,45,112); }
H1.HeaderClassName
{
color: #242D70;
}
.AnyTagClassName
{
color: #242D70;
}
</style>
background-color css
<style>
a { background-color: #242D70; }
a { background-color: rgb(36,45,112); }
div.DivClassName
{
background-color: #242D70;
}
.BgClassName
{
background-color: #242D70;
}
</style>
border-color css
<style>
span { border-color: #242D70; }
span { border-color: rgb(36,45,112); }
td.TdClassName
{
border-color: #242D70;
}
.TagClassName
{
border-color: #242D70;
}
</style>