Shades of Deep Koamaru #232C6E
Tints of Deep Koamaru #232C6E
RGB
CMYK
RGB Variations
Color information
#232C6E (or 0x232C6E) is known color: Deep Koamaru. HEX triplet: 23, 2C and 6E. RGB value is (35,44,110). Sum of RGB (Red+Green+Blue) = 35+44+110=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #232C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C6E is #DCD391. Grayscale: #303030. Windows color (decimal): -14472082 or 7220259. OLE color: 7220259.
HSL color Cylindrical-coordinate representation of color #232C6E: hue angle of 232.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #232C6E is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 44 | 110 | - |
| CMYK | 0.68 | 0.6 | 0 | 0.57 |
| HSL | 232.8º | 0.52% | 0.28% | - |
| HSV(B) | 232.8º | 0.68% | 0.43% | - |
| XYZ | 4.41 | 3.28 | 15.15 | - |
| YUV | 48.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 110 | 0.68 | 0.6 | 0 | 0.57 | 232.8 | 0.52 | 0.28 |
| Hex | 23 | 2C | 6E | 44 | 3C | 0 | 39 | E9 | 34 | 1C |
| Octal | 43 | 54 | 156 | 104 | 74 | 0 | 71 | 351 | 64 | 34 |
| Binary | 100011 | 101100 | 1101110 | 1000100 | 111100 | 0 | 111001 | 11101001 | 110100 | 11100 |
Color Harmonies of #232C6E
Complementary color
Monochromatic Colors of #232C6E
Black with #232C6E
Text Example
Text Example
White with #232C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C6E; }
p { color: rgb(35,44,110); }
H1.HeaderClassName
{
color: #232C6E;
}
.AnyTagClassName
{
color: #232C6E;
}
</style>
background-color css
<style>
a { background-color: #232C6E; }
a { background-color: rgb(35,44,110); }
div.DivClassName
{
background-color: #232C6E;
}
.BgClassName
{
background-color: #232C6E;
}
</style>
border-color css
<style>
span { border-color: #232C6E; }
span { border-color: rgb(35,44,110); }
td.TdClassName
{
border-color: #232C6E;
}
.TagClassName
{
border-color: #232C6E;
}
</style>