Shades of Deep Koamaru #242765
Tints of Deep Koamaru #242765
RGB
CMYK
RGB Variations
Color information
#242765 (or 0x242765) is known color: Deep Koamaru. HEX triplet: 24, 27 and 65. RGB value is (36,39,101). Sum of RGB (Red+Green+Blue) = 36+39+101=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #242765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242765 is #DBD89A. Grayscale: #2C2C2C. Windows color (decimal): -14407835 or 6629156. OLE color: 6629156.
HSL color Cylindrical-coordinate representation of color #242765: hue angle of 237.23º 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 #242765 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 39 | 101 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.60 |
| HSL | 237.23º | 0.47% | 0.27% | - |
| HSV(B) | 237.23º | 0.64% | 0.4% | - |
| XYZ | 3.8 | 2.77 | 12.65 | - |
| YUV | 45.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 101 | 0.64 | 0.61 | 0 | 0.60 | 237.23 | 0.47 | 0.27 |
| Hex | 24 | 27 | 65 | 40 | 3D | 0 | 3C | ED | 2F | 1B |
| Octal | 44 | 47 | 145 | 100 | 75 | 0 | 74 | 355 | 57 | 33 |
| Binary | 100100 | 100111 | 1100101 | 1000000 | 111101 | 0 | 111100 | 11101101 | 101111 | 11011 |
Color Harmonies of #242765
Complementary color
Monochromatic Colors of #242765
Black with #242765
Text Example
Text Example
White with #242765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242765; }
p { color: rgb(36,39,101); }
H1.HeaderClassName
{
color: #242765;
}
.AnyTagClassName
{
color: #242765;
}
</style>
background-color css
<style>
a { background-color: #242765; }
a { background-color: rgb(36,39,101); }
div.DivClassName
{
background-color: #242765;
}
.BgClassName
{
background-color: #242765;
}
</style>
border-color css
<style>
span { border-color: #242765; }
span { border-color: rgb(36,39,101); }
td.TdClassName
{
border-color: #242765;
}
.TagClassName
{
border-color: #242765;
}
</style>