Shades of Deep Koamaru #232C6D
Tints of Deep Koamaru #232C6D
RGB
CMYK
RGB Variations
Color information
#232C6D (or 0x232C6D) is known color: Deep Koamaru. HEX triplet: 23, 2C and 6D. RGB value is (35,44,109). Sum of RGB (Red+Green+Blue) = 35+44+109=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #232C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C6D is #DCD392. Grayscale: #303030. Windows color (decimal): -14472083 or 7154723. OLE color: 7154723.
HSL color Cylindrical-coordinate representation of color #232C6D: hue angle of 232.7º degrees, saturation: 0.51, 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 #232C6D is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 44 | 109 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.57 |
| HSL | 232.7º | 0.51% | 0.28% | - |
| HSV(B) | 232.7º | 0.68% | 0.43% | - |
| XYZ | 4.35 | 3.26 | 14.87 | - |
| YUV | 48.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 109 | 0.68 | 0.60 | 0 | 0.57 | 232.7 | 0.51 | 0.28 |
| Hex | 23 | 2C | 6D | 44 | 3C | 0 | 39 | E9 | 33 | 1C |
| Octal | 43 | 54 | 155 | 104 | 74 | 0 | 71 | 351 | 63 | 34 |
| Binary | 100011 | 101100 | 1101101 | 1000100 | 111100 | 0 | 111001 | 11101001 | 110011 | 11100 |
Color Harmonies of #232C6D
Complementary color
Monochromatic Colors of #232C6D
Black with #232C6D
Text Example
Text Example
White with #232C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C6D; }
p { color: rgb(35,44,109); }
H1.HeaderClassName
{
color: #232C6D;
}
.AnyTagClassName
{
color: #232C6D;
}
</style>
background-color css
<style>
a { background-color: #232C6D; }
a { background-color: rgb(35,44,109); }
div.DivClassName
{
background-color: #232C6D;
}
.BgClassName
{
background-color: #232C6D;
}
</style>
border-color css
<style>
span { border-color: #232C6D; }
span { border-color: rgb(35,44,109); }
td.TdClassName
{
border-color: #232C6D;
}
.TagClassName
{
border-color: #232C6D;
}
</style>