Shades of Deep Koamaru #232A6B
Tints of Deep Koamaru #232A6B
RGB
CMYK
RGB Variations
Color information
#232A6B (or 0x232A6B) is known color: Deep Koamaru. HEX triplet: 23, 2A and 6B. RGB value is (35,42,107). Sum of RGB (Red+Green+Blue) = 35+42+107=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #232A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A6B is #DCD594. Grayscale: #2F2F2F. Windows color (decimal): -14472597 or 7023139. OLE color: 7023139.
HSL color Cylindrical-coordinate representation of color #232A6B: hue angle of 234.17º 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 #232A6B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 42 | 107 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.58 |
| HSL | 234.17º | 0.51% | 0.28% | - |
| HSV(B) | 234.17º | 0.67% | 0.42% | - |
| XYZ | 4.17 | 3.07 | 14.28 | - |
| YUV | 47.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 107 | 0.67 | 0.61 | 0 | 0.58 | 234.17 | 0.51 | 0.28 |
| Hex | 23 | 2A | 6B | 43 | 3D | 0 | 3A | EA | 33 | 1C |
| Octal | 43 | 52 | 153 | 103 | 75 | 0 | 72 | 352 | 63 | 34 |
| Binary | 100011 | 101010 | 1101011 | 1000011 | 111101 | 0 | 111010 | 11101010 | 110011 | 11100 |
Color Harmonies of #232A6B
Complementary color
Monochromatic Colors of #232A6B
Black with #232A6B
Text Example
Text Example
White with #232A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A6B; }
p { color: rgb(35,42,107); }
H1.HeaderClassName
{
color: #232A6B;
}
.AnyTagClassName
{
color: #232A6B;
}
</style>
background-color css
<style>
a { background-color: #232A6B; }
a { background-color: rgb(35,42,107); }
div.DivClassName
{
background-color: #232A6B;
}
.BgClassName
{
background-color: #232A6B;
}
</style>
border-color css
<style>
span { border-color: #232A6B; }
span { border-color: rgb(35,42,107); }
td.TdClassName
{
border-color: #232A6B;
}
.TagClassName
{
border-color: #232A6B;
}
</style>