Shades of Deep Koamaru #232E6B
Tints of Deep Koamaru #232E6B
RGB
CMYK
RGB Variations
Color information
#232E6B (or 0x232E6B) is known color: Deep Koamaru. HEX triplet: 23, 2E and 6B. RGB value is (35,46,107). Sum of RGB (Red+Green+Blue) = 35+46+107=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #232E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E6B is #DCD194. Grayscale: #313131. Windows color (decimal): -14471573 or 7024163. OLE color: 7024163.
HSL color Cylindrical-coordinate representation of color #232E6B: hue angle of 230.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232E6B is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 46 | 107 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.58 |
| HSL | 230.83º | 0.51% | 0.28% | - |
| HSV(B) | 230.83º | 0.67% | 0.42% | - |
| XYZ | 4.32 | 3.37 | 14.33 | - |
| YUV | 49.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 107 | 0.67 | 0.57 | 0 | 0.58 | 230.83 | 0.51 | 0.28 |
| Hex | 23 | 2E | 6B | 43 | 39 | 0 | 3A | E7 | 33 | 1C |
| Octal | 43 | 56 | 153 | 103 | 71 | 0 | 72 | 347 | 63 | 34 |
| Binary | 100011 | 101110 | 1101011 | 1000011 | 111001 | 0 | 111010 | 11100111 | 110011 | 11100 |
Color Harmonies of #232E6B
Complementary color
Monochromatic Colors of #232E6B
Black with #232E6B
Text Example
Text Example
White with #232E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E6B; }
p { color: rgb(35,46,107); }
H1.HeaderClassName
{
color: #232E6B;
}
.AnyTagClassName
{
color: #232E6B;
}
</style>
background-color css
<style>
a { background-color: #232E6B; }
a { background-color: rgb(35,46,107); }
div.DivClassName
{
background-color: #232E6B;
}
.BgClassName
{
background-color: #232E6B;
}
</style>
border-color css
<style>
span { border-color: #232E6B; }
span { border-color: rgb(35,46,107); }
td.TdClassName
{
border-color: #232E6B;
}
.TagClassName
{
border-color: #232E6B;
}
</style>