Shades of Deep Koamaru #242B65
Tints of Deep Koamaru #242B65
RGB
CMYK
RGB Variations
Color information
#242B65 (or 0x242B65) is known color: Deep Koamaru. HEX triplet: 24, 2B and 65. RGB value is (36,43,101). Sum of RGB (Red+Green+Blue) = 36+43+101=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #242B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B65 is #DBD49A. Grayscale: #2F2F2F. Windows color (decimal): -14406811 or 6630180. OLE color: 6630180.
HSL color Cylindrical-coordinate representation of color #242B65: hue angle of 233.54º 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 #242B65 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 43 | 101 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.60 |
| HSL | 233.54º | 0.47% | 0.27% | - |
| HSV(B) | 233.54º | 0.64% | 0.4% | - |
| XYZ | 3.94 | 3.04 | 12.69 | - |
| YUV | 47.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 101 | 0.64 | 0.57 | 0 | 0.60 | 233.54 | 0.47 | 0.27 |
| Hex | 24 | 2B | 65 | 40 | 39 | 0 | 3C | EA | 2F | 1B |
| Octal | 44 | 53 | 145 | 100 | 71 | 0 | 74 | 352 | 57 | 33 |
| Binary | 100100 | 101011 | 1100101 | 1000000 | 111001 | 0 | 111100 | 11101010 | 101111 | 11011 |
Color Harmonies of #242B65
Complementary color
Monochromatic Colors of #242B65
Black with #242B65
Text Example
Text Example
White with #242B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B65; }
p { color: rgb(36,43,101); }
H1.HeaderClassName
{
color: #242B65;
}
.AnyTagClassName
{
color: #242B65;
}
</style>
background-color css
<style>
a { background-color: #242B65; }
a { background-color: rgb(36,43,101); }
div.DivClassName
{
background-color: #242B65;
}
.BgClassName
{
background-color: #242B65;
}
</style>
border-color css
<style>
span { border-color: #242B65; }
span { border-color: rgb(36,43,101); }
td.TdClassName
{
border-color: #242B65;
}
.TagClassName
{
border-color: #242B65;
}
</style>