Shades of Deep Koamaru #242E67
Tints of Deep Koamaru #242E67
RGB
CMYK
RGB Variations
Color information
#242E67 (or 0x242E67) is known color: Deep Koamaru. HEX triplet: 24, 2E and 67. RGB value is (36,46,103). Sum of RGB (Red+Green+Blue) = 36+46+103=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #242E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E67 is #DBD198. Grayscale: #313131. Windows color (decimal): -14406041 or 6762020. OLE color: 6762020.
HSL color Cylindrical-coordinate representation of color #242E67: hue angle of 231.04º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242E67 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 46 | 103 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.60 |
| HSL | 231.04º | 0.48% | 0.27% | - |
| HSV(B) | 231.04º | 0.65% | 0.4% | - |
| XYZ | 4.15 | 3.31 | 13.25 | - |
| YUV | 49.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 103 | 0.65 | 0.55 | 0 | 0.60 | 231.04 | 0.48 | 0.27 |
| Hex | 24 | 2E | 67 | 41 | 37 | 0 | 3C | E7 | 30 | 1B |
| Octal | 44 | 56 | 147 | 101 | 67 | 0 | 74 | 347 | 60 | 33 |
| Binary | 100100 | 101110 | 1100111 | 1000001 | 110111 | 0 | 111100 | 11100111 | 110000 | 11011 |
Color Harmonies of #242E67
Complementary color
Monochromatic Colors of #242E67
Black with #242E67
Text Example
Text Example
White with #242E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E67; }
p { color: rgb(36,46,103); }
H1.HeaderClassName
{
color: #242E67;
}
.AnyTagClassName
{
color: #242E67;
}
</style>
background-color css
<style>
a { background-color: #242E67; }
a { background-color: rgb(36,46,103); }
div.DivClassName
{
background-color: #242E67;
}
.BgClassName
{
background-color: #242E67;
}
</style>
border-color css
<style>
span { border-color: #242E67; }
span { border-color: rgb(36,46,103); }
td.TdClassName
{
border-color: #242E67;
}
.TagClassName
{
border-color: #242E67;
}
</style>