Shades of Deep Koamaru #242F6B
Tints of Deep Koamaru #242F6B
RGB
CMYK
RGB Variations
Color information
#242F6B (or 0x242F6B) is known color: Deep Koamaru. HEX triplet: 24, 2F and 6B. RGB value is (36,47,107). Sum of RGB (Red+Green+Blue) = 36+47+107=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #242F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F6B is #DBD094. Grayscale: #323232. Windows color (decimal): -14405781 or 7024420. OLE color: 7024420.
HSL color Cylindrical-coordinate representation of color #242F6B: hue angle of 230.7º 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 #242F6B is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 47 | 107 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.58 |
| HSL | 230.7º | 0.5% | 0.28% | - |
| HSV(B) | 230.7º | 0.66% | 0.42% | - |
| XYZ | 4.4 | 3.47 | 14.35 | - |
| YUV | 50.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 107 | 0.66 | 0.56 | 0 | 0.58 | 230.7 | 0.5 | 0.28 |
| Hex | 24 | 2F | 6B | 42 | 38 | 0 | 3A | E7 | 32 | 1C |
| Octal | 44 | 57 | 153 | 102 | 70 | 0 | 72 | 347 | 62 | 34 |
| Binary | 100100 | 101111 | 1101011 | 1000010 | 111000 | 0 | 111010 | 11100111 | 110010 | 11100 |
Color Harmonies of #242F6B
Complementary color
Monochromatic Colors of #242F6B
Black with #242F6B
Text Example
Text Example
White with #242F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F6B; }
p { color: rgb(36,47,107); }
H1.HeaderClassName
{
color: #242F6B;
}
.AnyTagClassName
{
color: #242F6B;
}
</style>
background-color css
<style>
a { background-color: #242F6B; }
a { background-color: rgb(36,47,107); }
div.DivClassName
{
background-color: #242F6B;
}
.BgClassName
{
background-color: #242F6B;
}
</style>
border-color css
<style>
span { border-color: #242F6B; }
span { border-color: rgb(36,47,107); }
td.TdClassName
{
border-color: #242F6B;
}
.TagClassName
{
border-color: #242F6B;
}
</style>