Shades of Deep Koamaru #232B68
Tints of Deep Koamaru #232B68
RGB
CMYK
RGB Variations
Color information
#232B68 (or 0x232B68) is known color: Deep Koamaru. HEX triplet: 23, 2B and 68. RGB value is (35,43,104). Sum of RGB (Red+Green+Blue) = 35+43+104=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #232B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B68 is #DCD497. Grayscale: #2F2F2F. Windows color (decimal): -14472344 or 6826787. OLE color: 6826787.
HSL color Cylindrical-coordinate representation of color #232B68: hue angle of 233.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232B68 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 43 | 104 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.59 |
| HSL | 233.04º | 0.5% | 0.27% | - |
| HSV(B) | 233.04º | 0.66% | 0.41% | - |
| XYZ | 4.06 | 3.08 | 13.48 | - |
| YUV | 47.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 104 | 0.66 | 0.59 | 0 | 0.59 | 233.04 | 0.5 | 0.27 |
| Hex | 23 | 2B | 68 | 42 | 3B | 0 | 3B | E9 | 32 | 1B |
| Octal | 43 | 53 | 150 | 102 | 73 | 0 | 73 | 351 | 62 | 33 |
| Binary | 100011 | 101011 | 1101000 | 1000010 | 111011 | 0 | 111011 | 11101001 | 110010 | 11011 |
Color Harmonies of #232B68
Complementary color
Monochromatic Colors of #232B68
Black with #232B68
Text Example
Text Example
White with #232B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B68; }
p { color: rgb(35,43,104); }
H1.HeaderClassName
{
color: #232B68;
}
.AnyTagClassName
{
color: #232B68;
}
</style>
background-color css
<style>
a { background-color: #232B68; }
a { background-color: rgb(35,43,104); }
div.DivClassName
{
background-color: #232B68;
}
.BgClassName
{
background-color: #232B68;
}
</style>
border-color css
<style>
span { border-color: #232B68; }
span { border-color: rgb(35,43,104); }
td.TdClassName
{
border-color: #232B68;
}
.TagClassName
{
border-color: #232B68;
}
</style>