Shades of Deep Koamaru #232D6B
Tints of Deep Koamaru #232D6B
RGB
CMYK
RGB Variations
Color information
#232D6B (or 0x232D6B) is known color: Deep Koamaru. HEX triplet: 23, 2D and 6B. RGB value is (35,45,107). Sum of RGB (Red+Green+Blue) = 35+45+107=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #232D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D6B is #DCD294. Grayscale: #303030. Windows color (decimal): -14471829 or 7023907. OLE color: 7023907.
HSL color Cylindrical-coordinate representation of color #232D6B: hue angle of 231.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232D6B is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 45 | 107 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.58 |
| HSL | 231.67º | 0.51% | 0.28% | - |
| HSV(B) | 231.67º | 0.67% | 0.42% | - |
| XYZ | 4.29 | 3.3 | 14.32 | - |
| YUV | 49.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 107 | 0.67 | 0.58 | 0 | 0.58 | 231.67 | 0.51 | 0.28 |
| Hex | 23 | 2D | 6B | 43 | 3A | 0 | 3A | E8 | 33 | 1C |
| Octal | 43 | 55 | 153 | 103 | 72 | 0 | 72 | 350 | 63 | 34 |
| Binary | 100011 | 101101 | 1101011 | 1000011 | 111010 | 0 | 111010 | 11101000 | 110011 | 11100 |
Color Harmonies of #232D6B
Complementary color
Monochromatic Colors of #232D6B
Black with #232D6B
Text Example
Text Example
White with #232D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D6B; }
p { color: rgb(35,45,107); }
H1.HeaderClassName
{
color: #232D6B;
}
.AnyTagClassName
{
color: #232D6B;
}
</style>
background-color css
<style>
a { background-color: #232D6B; }
a { background-color: rgb(35,45,107); }
div.DivClassName
{
background-color: #232D6B;
}
.BgClassName
{
background-color: #232D6B;
}
</style>
border-color css
<style>
span { border-color: #232D6B; }
span { border-color: rgb(35,45,107); }
td.TdClassName
{
border-color: #232D6B;
}
.TagClassName
{
border-color: #232D6B;
}
</style>