Shades of Deep Koamaru #232C69
Tints of Deep Koamaru #232C69
RGB
CMYK
RGB Variations
Color information
#232C69 (or 0x232C69) is known color: Deep Koamaru. HEX triplet: 23, 2C and 69. RGB value is (35,44,105). Sum of RGB (Red+Green+Blue) = 35+44+105=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #232C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C69 is #DCD396. Grayscale: #303030. Windows color (decimal): -14472087 or 6892579. OLE color: 6892579.
HSL color Cylindrical-coordinate representation of color #232C69: hue angle of 232.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232C69 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 44 | 105 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.59 |
| HSL | 232.29º | 0.5% | 0.27% | - |
| HSV(B) | 232.29º | 0.67% | 0.41% | - |
| XYZ | 4.14 | 3.18 | 13.76 | - |
| YUV | 48.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 105 | 0.67 | 0.58 | 0 | 0.59 | 232.29 | 0.5 | 0.27 |
| Hex | 23 | 2C | 69 | 43 | 3A | 0 | 3B | E8 | 32 | 1B |
| Octal | 43 | 54 | 151 | 103 | 72 | 0 | 73 | 350 | 62 | 33 |
| Binary | 100011 | 101100 | 1101001 | 1000011 | 111010 | 0 | 111011 | 11101000 | 110010 | 11011 |
Color Harmonies of #232C69
Complementary color
Monochromatic Colors of #232C69
Black with #232C69
Text Example
Text Example
White with #232C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C69; }
p { color: rgb(35,44,105); }
H1.HeaderClassName
{
color: #232C69;
}
.AnyTagClassName
{
color: #232C69;
}
</style>
background-color css
<style>
a { background-color: #232C69; }
a { background-color: rgb(35,44,105); }
div.DivClassName
{
background-color: #232C69;
}
.BgClassName
{
background-color: #232C69;
}
</style>
border-color css
<style>
span { border-color: #232C69; }
span { border-color: rgb(35,44,105); }
td.TdClassName
{
border-color: #232C69;
}
.TagClassName
{
border-color: #232C69;
}
</style>