Shades of Deep Koamaru #242A65
Tints of Deep Koamaru #242A65
RGB
CMYK
RGB Variations
Color information
#242A65 (or 0x242A65) is known color: Deep Koamaru. HEX triplet: 24, 2A and 65. RGB value is (36,42,101). Sum of RGB (Red+Green+Blue) = 36+42+101=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #242A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A65 is #DBD59A. Grayscale: #2E2E2E. Windows color (decimal): -14407067 or 6629924. OLE color: 6629924.
HSL color Cylindrical-coordinate representation of color #242A65: hue angle of 234.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242A65 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 42 | 101 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.60 |
| HSL | 234.46º | 0.47% | 0.27% | - |
| HSV(B) | 234.46º | 0.64% | 0.4% | - |
| XYZ | 3.9 | 2.97 | 12.68 | - |
| YUV | 46.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 101 | 0.64 | 0.58 | 0 | 0.60 | 234.46 | 0.47 | 0.27 |
| Hex | 24 | 2A | 65 | 40 | 3A | 0 | 3C | EA | 2F | 1B |
| Octal | 44 | 52 | 145 | 100 | 72 | 0 | 74 | 352 | 57 | 33 |
| Binary | 100100 | 101010 | 1100101 | 1000000 | 111010 | 0 | 111100 | 11101010 | 101111 | 11011 |
Color Harmonies of #242A65
Complementary color
Monochromatic Colors of #242A65
Black with #242A65
Text Example
Text Example
White with #242A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A65; }
p { color: rgb(36,42,101); }
H1.HeaderClassName
{
color: #242A65;
}
.AnyTagClassName
{
color: #242A65;
}
</style>
background-color css
<style>
a { background-color: #242A65; }
a { background-color: rgb(36,42,101); }
div.DivClassName
{
background-color: #242A65;
}
.BgClassName
{
background-color: #242A65;
}
</style>
border-color css
<style>
span { border-color: #242A65; }
span { border-color: rgb(36,42,101); }
td.TdClassName
{
border-color: #242A65;
}
.TagClassName
{
border-color: #242A65;
}
</style>