Shades of Deep Koamaru #232D67
Tints of Deep Koamaru #232D67
RGB
CMYK
RGB Variations
Color information
#232D67 (or 0x232D67) is known color: Deep Koamaru. HEX triplet: 23, 2D and 67. RGB value is (35,45,103). Sum of RGB (Red+Green+Blue) = 35+45+103=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #232D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D67 is #DCD298. Grayscale: #303030. Windows color (decimal): -14471833 or 6761763. OLE color: 6761763.
HSL color Cylindrical-coordinate representation of color #232D67: hue angle of 231.18º 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 #232D67 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 45 | 103 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.60 |
| HSL | 231.18º | 0.49% | 0.27% | - |
| HSV(B) | 231.18º | 0.66% | 0.4% | - |
| XYZ | 4.08 | 3.21 | 13.24 | - |
| YUV | 48.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 103 | 0.66 | 0.56 | 0 | 0.60 | 231.18 | 0.49 | 0.27 |
| Hex | 23 | 2D | 67 | 42 | 38 | 0 | 3C | E7 | 31 | 1B |
| Octal | 43 | 55 | 147 | 102 | 70 | 0 | 74 | 347 | 61 | 33 |
| Binary | 100011 | 101101 | 1100111 | 1000010 | 111000 | 0 | 111100 | 11100111 | 110001 | 11011 |
Color Harmonies of #232D67
Complementary color
Monochromatic Colors of #232D67
Black with #232D67
Text Example
Text Example
White with #232D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D67; }
p { color: rgb(35,45,103); }
H1.HeaderClassName
{
color: #232D67;
}
.AnyTagClassName
{
color: #232D67;
}
</style>
background-color css
<style>
a { background-color: #232D67; }
a { background-color: rgb(35,45,103); }
div.DivClassName
{
background-color: #232D67;
}
.BgClassName
{
background-color: #232D67;
}
</style>
border-color css
<style>
span { border-color: #232D67; }
span { border-color: rgb(35,45,103); }
td.TdClassName
{
border-color: #232D67;
}
.TagClassName
{
border-color: #232D67;
}
</style>