Shades of Deep Koamaru #242E68
Tints of Deep Koamaru #242E68
RGB
CMYK
RGB Variations
Color information
#242E68 (or 0x242E68) is known color: Deep Koamaru. HEX triplet: 24, 2E and 68. RGB value is (36,46,104). Sum of RGB (Red+Green+Blue) = 36+46+104=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #242E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E68 is #DBD197. Grayscale: #313131. Windows color (decimal): -14406040 or 6827556. OLE color: 6827556.
HSL color Cylindrical-coordinate representation of color #242E68: hue angle of 231.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242E68 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 46 | 104 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.59 |
| HSL | 231.18º | 0.49% | 0.27% | - |
| HSV(B) | 231.18º | 0.65% | 0.41% | - |
| XYZ | 4.2 | 3.33 | 13.52 | - |
| YUV | 49.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 104 | 0.65 | 0.56 | 0 | 0.59 | 231.18 | 0.49 | 0.27 |
| Hex | 24 | 2E | 68 | 41 | 38 | 0 | 3B | E7 | 31 | 1B |
| Octal | 44 | 56 | 150 | 101 | 70 | 0 | 73 | 347 | 61 | 33 |
| Binary | 100100 | 101110 | 1101000 | 1000001 | 111000 | 0 | 111011 | 11100111 | 110001 | 11011 |
Color Harmonies of #242E68
Complementary color
Monochromatic Colors of #242E68
Black with #242E68
Text Example
Text Example
White with #242E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E68; }
p { color: rgb(36,46,104); }
H1.HeaderClassName
{
color: #242E68;
}
.AnyTagClassName
{
color: #242E68;
}
</style>
background-color css
<style>
a { background-color: #242E68; }
a { background-color: rgb(36,46,104); }
div.DivClassName
{
background-color: #242E68;
}
.BgClassName
{
background-color: #242E68;
}
</style>
border-color css
<style>
span { border-color: #242E68; }
span { border-color: rgb(36,46,104); }
td.TdClassName
{
border-color: #242E68;
}
.TagClassName
{
border-color: #242E68;
}
</style>