Shades of Deep Koamaru #232F69
Tints of Deep Koamaru #232F69
RGB
CMYK
RGB Variations
Color information
#232F69 (or 0x232F69) is known color: Deep Koamaru. HEX triplet: 23, 2F and 69. RGB value is (35,47,105). Sum of RGB (Red+Green+Blue) = 35+47+105=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #232F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F69 is #DCD096. Grayscale: #313131. Windows color (decimal): -14471319 or 6893347. OLE color: 6893347.
HSL color Cylindrical-coordinate representation of color #232F69: hue angle of 229.71º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232F69 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 47 | 105 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.59 |
| HSL | 229.71º | 0.5% | 0.27% | - |
| HSV(B) | 229.71º | 0.67% | 0.41% | - |
| XYZ | 4.26 | 3.41 | 13.8 | - |
| YUV | 50.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 105 | 0.67 | 0.55 | 0 | 0.59 | 229.71 | 0.5 | 0.27 |
| Hex | 23 | 2F | 69 | 43 | 37 | 0 | 3B | E6 | 32 | 1B |
| Octal | 43 | 57 | 151 | 103 | 67 | 0 | 73 | 346 | 62 | 33 |
| Binary | 100011 | 101111 | 1101001 | 1000011 | 110111 | 0 | 111011 | 11100110 | 110010 | 11011 |
Color Harmonies of #232F69
Complementary color
Monochromatic Colors of #232F69
Black with #232F69
Text Example
Text Example
White with #232F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F69; }
p { color: rgb(35,47,105); }
H1.HeaderClassName
{
color: #232F69;
}
.AnyTagClassName
{
color: #232F69;
}
</style>
background-color css
<style>
a { background-color: #232F69; }
a { background-color: rgb(35,47,105); }
div.DivClassName
{
background-color: #232F69;
}
.BgClassName
{
background-color: #232F69;
}
</style>
border-color css
<style>
span { border-color: #232F69; }
span { border-color: rgb(35,47,105); }
td.TdClassName
{
border-color: #232F69;
}
.TagClassName
{
border-color: #232F69;
}
</style>