Shades of Deep Koamaru #242B6B
Tints of Deep Koamaru #242B6B
RGB
CMYK
RGB Variations
Color information
#242B6B (or 0x242B6B) is known color: Deep Koamaru. HEX triplet: 24, 2B and 6B. RGB value is (36,43,107). Sum of RGB (Red+Green+Blue) = 36+43+107=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #242B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B6B is #DBD494. Grayscale: #2F2F2F. Windows color (decimal): -14406805 or 7023396. OLE color: 7023396.
HSL color Cylindrical-coordinate representation of color #242B6B: hue angle of 234.08º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #242B6B is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 43 | 107 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.58 |
| HSL | 234.08º | 0.5% | 0.28% | - |
| HSV(B) | 234.08º | 0.66% | 0.42% | - |
| XYZ | 4.25 | 3.16 | 14.3 | - |
| YUV | 48.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 107 | 0.66 | 0.60 | 0 | 0.58 | 234.08 | 0.5 | 0.28 |
| Hex | 24 | 2B | 6B | 42 | 3C | 0 | 3A | EA | 32 | 1C |
| Octal | 44 | 53 | 153 | 102 | 74 | 0 | 72 | 352 | 62 | 34 |
| Binary | 100100 | 101011 | 1101011 | 1000010 | 111100 | 0 | 111010 | 11101010 | 110010 | 11100 |
Color Harmonies of #242B6B
Complementary color
Monochromatic Colors of #242B6B
Black with #242B6B
Text Example
Text Example
White with #242B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B6B; }
p { color: rgb(36,43,107); }
H1.HeaderClassName
{
color: #242B6B;
}
.AnyTagClassName
{
color: #242B6B;
}
</style>
background-color css
<style>
a { background-color: #242B6B; }
a { background-color: rgb(36,43,107); }
div.DivClassName
{
background-color: #242B6B;
}
.BgClassName
{
background-color: #242B6B;
}
</style>
border-color css
<style>
span { border-color: #242B6B; }
span { border-color: rgb(36,43,107); }
td.TdClassName
{
border-color: #242B6B;
}
.TagClassName
{
border-color: #242B6B;
}
</style>