Shades of Deep Koamaru #232C65
Tints of Deep Koamaru #232C65
RGB
CMYK
RGB Variations
Color information
#232C65 (or 0x232C65) is known color: Deep Koamaru. HEX triplet: 23, 2C and 65. RGB value is (35,44,101). Sum of RGB (Red+Green+Blue) = 35+44+101=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #232C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C65 is #DCD39A. Grayscale: #2F2F2F. Windows color (decimal): -14472091 or 6630435. OLE color: 6630435.
HSL color Cylindrical-coordinate representation of color #232C65: hue angle of 231.82º 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 #232C65 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 44 | 101 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.60 |
| HSL | 231.82º | 0.49% | 0.27% | - |
| HSV(B) | 231.82º | 0.65% | 0.4% | - |
| XYZ | 3.94 | 3.1 | 12.7 | - |
| YUV | 47.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 101 | 0.65 | 0.56 | 0 | 0.60 | 231.82 | 0.49 | 0.27 |
| Hex | 23 | 2C | 65 | 41 | 38 | 0 | 3C | E8 | 31 | 1B |
| Octal | 43 | 54 | 145 | 101 | 70 | 0 | 74 | 350 | 61 | 33 |
| Binary | 100011 | 101100 | 1100101 | 1000001 | 111000 | 0 | 111100 | 11101000 | 110001 | 11011 |
Color Harmonies of #232C65
Complementary color
Monochromatic Colors of #232C65
Black with #232C65
Text Example
Text Example
White with #232C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C65; }
p { color: rgb(35,44,101); }
H1.HeaderClassName
{
color: #232C65;
}
.AnyTagClassName
{
color: #232C65;
}
</style>
background-color css
<style>
a { background-color: #232C65; }
a { background-color: rgb(35,44,101); }
div.DivClassName
{
background-color: #232C65;
}
.BgClassName
{
background-color: #232C65;
}
</style>
border-color css
<style>
span { border-color: #232C65; }
span { border-color: rgb(35,44,101); }
td.TdClassName
{
border-color: #232C65;
}
.TagClassName
{
border-color: #232C65;
}
</style>