Shades of Deep Koamaru #242E65
Tints of Deep Koamaru #242E65
RGB
CMYK
RGB Variations
Color information
#242E65 (or 0x242E65) is known color: Deep Koamaru. HEX triplet: 24, 2E and 65. RGB value is (36,46,101). Sum of RGB (Red+Green+Blue) = 36+46+101=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #242E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E65 is #DBD19A. Grayscale: #313131. Windows color (decimal): -14406043 or 6630948. OLE color: 6630948.
HSL color Cylindrical-coordinate representation of color #242E65: hue angle of 230.77º 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 #242E65 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 46 | 101 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.60 |
| HSL | 230.77º | 0.47% | 0.27% | - |
| HSV(B) | 230.77º | 0.64% | 0.4% | - |
| XYZ | 4.05 | 3.27 | 12.73 | - |
| YUV | 49.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 101 | 0.64 | 0.54 | 0 | 0.60 | 230.77 | 0.47 | 0.27 |
| Hex | 24 | 2E | 65 | 40 | 36 | 0 | 3C | E7 | 2F | 1B |
| Octal | 44 | 56 | 145 | 100 | 66 | 0 | 74 | 347 | 57 | 33 |
| Binary | 100100 | 101110 | 1100101 | 1000000 | 110110 | 0 | 111100 | 11100111 | 101111 | 11011 |
Color Harmonies of #242E65
Complementary color
Monochromatic Colors of #242E65
Black with #242E65
Text Example
Text Example
White with #242E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E65; }
p { color: rgb(36,46,101); }
H1.HeaderClassName
{
color: #242E65;
}
.AnyTagClassName
{
color: #242E65;
}
</style>
background-color css
<style>
a { background-color: #242E65; }
a { background-color: rgb(36,46,101); }
div.DivClassName
{
background-color: #242E65;
}
.BgClassName
{
background-color: #242E65;
}
</style>
border-color css
<style>
span { border-color: #242E65; }
span { border-color: rgb(36,46,101); }
td.TdClassName
{
border-color: #242E65;
}
.TagClassName
{
border-color: #242E65;
}
</style>