Shades of Deep Koamaru #232C67
Tints of Deep Koamaru #232C67
RGB
CMYK
RGB Variations
Color information
#232C67 (or 0x232C67) is known color: Deep Koamaru. HEX triplet: 23, 2C and 67. RGB value is (35,44,103). Sum of RGB (Red+Green+Blue) = 35+44+103=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #232C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C67 is #DCD398. Grayscale: #2F2F2F. Windows color (decimal): -14472089 or 6761507. OLE color: 6761507.
HSL color Cylindrical-coordinate representation of color #232C67: hue angle of 232.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232C67 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 44 | 103 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.60 |
| HSL | 232.06º | 0.49% | 0.27% | - |
| HSV(B) | 232.06º | 0.66% | 0.4% | - |
| XYZ | 4.04 | 3.14 | 13.22 | - |
| YUV | 48.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 103 | 0.66 | 0.57 | 0 | 0.60 | 232.06 | 0.49 | 0.27 |
| Hex | 23 | 2C | 67 | 42 | 39 | 0 | 3C | E8 | 31 | 1B |
| Octal | 43 | 54 | 147 | 102 | 71 | 0 | 74 | 350 | 61 | 33 |
| Binary | 100011 | 101100 | 1100111 | 1000010 | 111001 | 0 | 111100 | 11101000 | 110001 | 11011 |
Color Harmonies of #232C67
Complementary color
Monochromatic Colors of #232C67
Black with #232C67
Text Example
Text Example
White with #232C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C67; }
p { color: rgb(35,44,103); }
H1.HeaderClassName
{
color: #232C67;
}
.AnyTagClassName
{
color: #232C67;
}
</style>
background-color css
<style>
a { background-color: #232C67; }
a { background-color: rgb(35,44,103); }
div.DivClassName
{
background-color: #232C67;
}
.BgClassName
{
background-color: #232C67;
}
</style>
border-color css
<style>
span { border-color: #232C67; }
span { border-color: rgb(35,44,103); }
td.TdClassName
{
border-color: #232C67;
}
.TagClassName
{
border-color: #232C67;
}
</style>