Shades of Deep Koamaru #232E65
Tints of Deep Koamaru #232E65
RGB
CMYK
RGB Variations
Color information
#232E65 (or 0x232E65) is known color: Deep Koamaru. HEX triplet: 23, 2E and 65. RGB value is (35,46,101). Sum of RGB (Red+Green+Blue) = 35+46+101=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #232E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E65 is #DCD19A. Grayscale: #303030. Windows color (decimal): -14471579 or 6630947. OLE color: 6630947.
HSL color Cylindrical-coordinate representation of color #232E65: hue angle of 230º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232E65 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 46 | 101 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.60 |
| HSL | 230º | 0.49% | 0.27% | - |
| HSV(B) | 230º | 0.65% | 0.4% | - |
| XYZ | 4.02 | 3.25 | 12.73 | - |
| YUV | 48.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 101 | 0.65 | 0.54 | 0 | 0.60 | 230 | 0.49 | 0.27 |
| Hex | 23 | 2E | 65 | 41 | 36 | 0 | 3C | E6 | 31 | 1B |
| Octal | 43 | 56 | 145 | 101 | 66 | 0 | 74 | 346 | 61 | 33 |
| Binary | 100011 | 101110 | 1100101 | 1000001 | 110110 | 0 | 111100 | 11100110 | 110001 | 11011 |
Color Harmonies of #232E65
Complementary color
Monochromatic Colors of #232E65
Black with #232E65
Text Example
Text Example
White with #232E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E65; }
p { color: rgb(35,46,101); }
H1.HeaderClassName
{
color: #232E65;
}
.AnyTagClassName
{
color: #232E65;
}
</style>
background-color css
<style>
a { background-color: #232E65; }
a { background-color: rgb(35,46,101); }
div.DivClassName
{
background-color: #232E65;
}
.BgClassName
{
background-color: #232E65;
}
</style>
border-color css
<style>
span { border-color: #232E65; }
span { border-color: rgb(35,46,101); }
td.TdClassName
{
border-color: #232E65;
}
.TagClassName
{
border-color: #232E65;
}
</style>