Shades of Deep Koamaru #232F6C
Tints of Deep Koamaru #232F6C
RGB
CMYK
RGB Variations
Color information
#232F6C (or 0x232F6C) is known color: Deep Koamaru. HEX triplet: 23, 2F and 6C. RGB value is (35,47,108). Sum of RGB (Red+Green+Blue) = 35+47+108=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #232F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F6C is #DCD093. Grayscale: #323232. Windows color (decimal): -14471316 or 7089955. OLE color: 7089955.
HSL color Cylindrical-coordinate representation of color #232F6C: hue angle of 230.14º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #232F6C is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 47 | 108 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.58 |
| HSL | 230.14º | 0.51% | 0.28% | - |
| HSV(B) | 230.14º | 0.68% | 0.42% | - |
| XYZ | 4.42 | 3.47 | 14.62 | - |
| YUV | 50.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 108 | 0.68 | 0.56 | 0 | 0.58 | 230.14 | 0.51 | 0.28 |
| Hex | 23 | 2F | 6C | 44 | 38 | 0 | 3A | E6 | 33 | 1C |
| Octal | 43 | 57 | 154 | 104 | 70 | 0 | 72 | 346 | 63 | 34 |
| Binary | 100011 | 101111 | 1101100 | 1000100 | 111000 | 0 | 111010 | 11100110 | 110011 | 11100 |
Color Harmonies of #232F6C
Complementary color
Monochromatic Colors of #232F6C
Black with #232F6C
Text Example
Text Example
White with #232F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F6C; }
p { color: rgb(35,47,108); }
H1.HeaderClassName
{
color: #232F6C;
}
.AnyTagClassName
{
color: #232F6C;
}
</style>
background-color css
<style>
a { background-color: #232F6C; }
a { background-color: rgb(35,47,108); }
div.DivClassName
{
background-color: #232F6C;
}
.BgClassName
{
background-color: #232F6C;
}
</style>
border-color css
<style>
span { border-color: #232F6C; }
span { border-color: rgb(35,47,108); }
td.TdClassName
{
border-color: #232F6C;
}
.TagClassName
{
border-color: #232F6C;
}
</style>