Shades of Deep Koamaru #232B6C
Tints of Deep Koamaru #232B6C
RGB
CMYK
RGB Variations
Color information
#232B6C (or 0x232B6C) is known color: Deep Koamaru. HEX triplet: 23, 2B and 6C. RGB value is (35,43,108). Sum of RGB (Red+Green+Blue) = 35+43+108=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #232B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B6C is #DCD493. Grayscale: #2F2F2F. Windows color (decimal): -14472340 or 7088931. OLE color: 7088931.
HSL color Cylindrical-coordinate representation of color #232B6C: hue angle of 233.42º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #232B6C is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 43 | 108 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.58 |
| HSL | 233.42º | 0.51% | 0.28% | - |
| HSV(B) | 233.42º | 0.68% | 0.42% | - |
| XYZ | 4.26 | 3.17 | 14.57 | - |
| YUV | 48.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 108 | 0.68 | 0.60 | 0 | 0.58 | 233.42 | 0.51 | 0.28 |
| Hex | 23 | 2B | 6C | 44 | 3C | 0 | 3A | E9 | 33 | 1C |
| Octal | 43 | 53 | 154 | 104 | 74 | 0 | 72 | 351 | 63 | 34 |
| Binary | 100011 | 101011 | 1101100 | 1000100 | 111100 | 0 | 111010 | 11101001 | 110011 | 11100 |
Color Harmonies of #232B6C
Complementary color
Monochromatic Colors of #232B6C
Black with #232B6C
Text Example
Text Example
White with #232B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B6C; }
p { color: rgb(35,43,108); }
H1.HeaderClassName
{
color: #232B6C;
}
.AnyTagClassName
{
color: #232B6C;
}
</style>
background-color css
<style>
a { background-color: #232B6C; }
a { background-color: rgb(35,43,108); }
div.DivClassName
{
background-color: #232B6C;
}
.BgClassName
{
background-color: #232B6C;
}
</style>
border-color css
<style>
span { border-color: #232B6C; }
span { border-color: rgb(35,43,108); }
td.TdClassName
{
border-color: #232B6C;
}
.TagClassName
{
border-color: #232B6C;
}
</style>