Shades of Deep Koamaru #242B6D
Tints of Deep Koamaru #242B6D
RGB
CMYK
RGB Variations
Color information
#242B6D (or 0x242B6D) is known color: Deep Koamaru. HEX triplet: 24, 2B and 6D. RGB value is (36,43,109). Sum of RGB (Red+Green+Blue) = 36+43+109=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #242B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B6D is #DBD492. Grayscale: #303030. Windows color (decimal): -14406803 or 7154468. OLE color: 7154468.
HSL color Cylindrical-coordinate representation of color #242B6D: hue angle of 234.25º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242B6D is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 43 | 109 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.57 |
| HSL | 234.25º | 0.5% | 0.28% | - |
| HSV(B) | 234.25º | 0.67% | 0.43% | - |
| XYZ | 4.35 | 3.21 | 14.86 | - |
| YUV | 48.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 109 | 0.67 | 0.61 | 0 | 0.57 | 234.25 | 0.5 | 0.28 |
| Hex | 24 | 2B | 6D | 43 | 3D | 0 | 39 | EA | 32 | 1C |
| Octal | 44 | 53 | 155 | 103 | 75 | 0 | 71 | 352 | 62 | 34 |
| Binary | 100100 | 101011 | 1101101 | 1000011 | 111101 | 0 | 111001 | 11101010 | 110010 | 11100 |
Color Harmonies of #242B6D
Complementary color
Monochromatic Colors of #242B6D
Black with #242B6D
Text Example
Text Example
White with #242B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B6D; }
p { color: rgb(36,43,109); }
H1.HeaderClassName
{
color: #242B6D;
}
.AnyTagClassName
{
color: #242B6D;
}
</style>
background-color css
<style>
a { background-color: #242B6D; }
a { background-color: rgb(36,43,109); }
div.DivClassName
{
background-color: #242B6D;
}
.BgClassName
{
background-color: #242B6D;
}
</style>
border-color css
<style>
span { border-color: #242B6D; }
span { border-color: rgb(36,43,109); }
td.TdClassName
{
border-color: #242B6D;
}
.TagClassName
{
border-color: #242B6D;
}
</style>