Shades of Deep Koamaru #232C68
Tints of Deep Koamaru #232C68
RGB
CMYK
RGB Variations
Color information
#232C68 (or 0x232C68) is known color: Deep Koamaru. HEX triplet: 23, 2C and 68. RGB value is (35,44,104). Sum of RGB (Red+Green+Blue) = 35+44+104=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #232C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C68 is #DCD397. Grayscale: #2F2F2F. Windows color (decimal): -14472088 or 6827043. OLE color: 6827043.
HSL color Cylindrical-coordinate representation of color #232C68: hue angle of 232.17º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232C68 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 44 | 104 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.59 |
| HSL | 232.17º | 0.5% | 0.27% | - |
| HSV(B) | 232.17º | 0.66% | 0.41% | - |
| XYZ | 4.09 | 3.16 | 13.49 | - |
| YUV | 48.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 104 | 0.66 | 0.58 | 0 | 0.59 | 232.17 | 0.5 | 0.27 |
| Hex | 23 | 2C | 68 | 42 | 3A | 0 | 3B | E8 | 32 | 1B |
| Octal | 43 | 54 | 150 | 102 | 72 | 0 | 73 | 350 | 62 | 33 |
| Binary | 100011 | 101100 | 1101000 | 1000010 | 111010 | 0 | 111011 | 11101000 | 110010 | 11011 |
Color Harmonies of #232C68
Complementary color
Monochromatic Colors of #232C68
Black with #232C68
Text Example
Text Example
White with #232C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C68; }
p { color: rgb(35,44,104); }
H1.HeaderClassName
{
color: #232C68;
}
.AnyTagClassName
{
color: #232C68;
}
</style>
background-color css
<style>
a { background-color: #232C68; }
a { background-color: rgb(35,44,104); }
div.DivClassName
{
background-color: #232C68;
}
.BgClassName
{
background-color: #232C68;
}
</style>
border-color css
<style>
span { border-color: #232C68; }
span { border-color: rgb(35,44,104); }
td.TdClassName
{
border-color: #232C68;
}
.TagClassName
{
border-color: #232C68;
}
</style>