Shades of Deep Koamaru #232C70
Tints of Deep Koamaru #232C70
RGB
CMYK
RGB Variations
Color information
#232C70 (or 0x232C70) is known color: Deep Koamaru. HEX triplet: 23, 2C and 70. RGB value is (35,44,112). Sum of RGB (Red+Green+Blue) = 35+44+112=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #232C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C70 is #DCD38F. Grayscale: #303030. Windows color (decimal): -14472080 or 7351331. OLE color: 7351331.
HSL color Cylindrical-coordinate representation of color #232C70: hue angle of 232.99º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232C70 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 44 | 112 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.56 |
| HSL | 232.99º | 0.52% | 0.29% | - |
| HSV(B) | 232.99º | 0.69% | 0.44% | - |
| XYZ | 4.52 | 3.33 | 15.73 | - |
| YUV | 49.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 112 | 0.69 | 0.61 | 0 | 0.56 | 232.99 | 0.52 | 0.29 |
| Hex | 23 | 2C | 70 | 45 | 3D | 0 | 38 | E9 | 34 | 1D |
| Octal | 43 | 54 | 160 | 105 | 75 | 0 | 70 | 351 | 64 | 35 |
| Binary | 100011 | 101100 | 1110000 | 1000101 | 111101 | 0 | 111000 | 11101001 | 110100 | 11101 |
Color Harmonies of #232C70
Complementary color
Monochromatic Colors of #232C70
Black with #232C70
Text Example
Text Example
White with #232C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C70; }
p { color: rgb(35,44,112); }
H1.HeaderClassName
{
color: #232C70;
}
.AnyTagClassName
{
color: #232C70;
}
</style>
background-color css
<style>
a { background-color: #232C70; }
a { background-color: rgb(35,44,112); }
div.DivClassName
{
background-color: #232C70;
}
.BgClassName
{
background-color: #232C70;
}
</style>
border-color css
<style>
span { border-color: #232C70; }
span { border-color: rgb(35,44,112); }
td.TdClassName
{
border-color: #232C70;
}
.TagClassName
{
border-color: #232C70;
}
</style>