Shades of Deep Koamaru #232D66
Tints of Deep Koamaru #232D66
RGB
CMYK
RGB Variations
Color information
#232D66 (or 0x232D66) is known color: Deep Koamaru. HEX triplet: 23, 2D and 66. RGB value is (35,45,102). Sum of RGB (Red+Green+Blue) = 35+45+102=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #232D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D66 is #DCD299. Grayscale: #303030. Windows color (decimal): -14471834 or 6696227. OLE color: 6696227.
HSL color Cylindrical-coordinate representation of color #232D66: hue angle of 231.04º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232D66 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 45 | 102 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.6 |
| HSL | 231.04º | 0.49% | 0.27% | - |
| HSV(B) | 231.04º | 0.66% | 0.4% | - |
| XYZ | 4.03 | 3.19 | 12.97 | - |
| YUV | 48.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 102 | 0.66 | 0.56 | 0 | 0.6 | 231.04 | 0.49 | 0.27 |
| Hex | 23 | 2D | 66 | 42 | 38 | 0 | 3C | E7 | 31 | 1B |
| Octal | 43 | 55 | 146 | 102 | 70 | 0 | 74 | 347 | 61 | 33 |
| Binary | 100011 | 101101 | 1100110 | 1000010 | 111000 | 0 | 111100 | 11100111 | 110001 | 11011 |
Color Harmonies of #232D66
Complementary color
Monochromatic Colors of #232D66
Black with #232D66
Text Example
Text Example
White with #232D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D66; }
p { color: rgb(35,45,102); }
H1.HeaderClassName
{
color: #232D66;
}
.AnyTagClassName
{
color: #232D66;
}
</style>
background-color css
<style>
a { background-color: #232D66; }
a { background-color: rgb(35,45,102); }
div.DivClassName
{
background-color: #232D66;
}
.BgClassName
{
background-color: #232D66;
}
</style>
border-color css
<style>
span { border-color: #232D66; }
span { border-color: rgb(35,45,102); }
td.TdClassName
{
border-color: #232D66;
}
.TagClassName
{
border-color: #232D66;
}
</style>