Shades of Deep Koamaru #242B70
Tints of Deep Koamaru #242B70
RGB
CMYK
RGB Variations
Color information
#242B70 (or 0x242B70) is known color: Deep Koamaru. HEX triplet: 24, 2B and 70. RGB value is (36,43,112). Sum of RGB (Red+Green+Blue) = 36+43+112=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #242B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B70 is #DBD48F. Grayscale: #303030. Windows color (decimal): -14406800 or 7351076. OLE color: 7351076.
HSL color Cylindrical-coordinate representation of color #242B70: hue angle of 234.47º 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 #242B70 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 43 | 112 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.56 |
| HSL | 234.47º | 0.51% | 0.29% | - |
| HSV(B) | 234.47º | 0.68% | 0.44% | - |
| XYZ | 4.52 | 3.27 | 15.72 | - |
| YUV | 48.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 112 | 0.68 | 0.62 | 0 | 0.56 | 234.47 | 0.51 | 0.29 |
| Hex | 24 | 2B | 70 | 44 | 3E | 0 | 38 | EA | 33 | 1D |
| Octal | 44 | 53 | 160 | 104 | 76 | 0 | 70 | 352 | 63 | 35 |
| Binary | 100100 | 101011 | 1110000 | 1000100 | 111110 | 0 | 111000 | 11101010 | 110011 | 11101 |
Color Harmonies of #242B70
Complementary color
Monochromatic Colors of #242B70
Black with #242B70
Text Example
Text Example
White with #242B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B70; }
p { color: rgb(36,43,112); }
H1.HeaderClassName
{
color: #242B70;
}
.AnyTagClassName
{
color: #242B70;
}
</style>
background-color css
<style>
a { background-color: #242B70; }
a { background-color: rgb(36,43,112); }
div.DivClassName
{
background-color: #242B70;
}
.BgClassName
{
background-color: #242B70;
}
</style>
border-color css
<style>
span { border-color: #242B70; }
span { border-color: rgb(36,43,112); }
td.TdClassName
{
border-color: #242B70;
}
.TagClassName
{
border-color: #242B70;
}
</style>