Shades of Deep Koamaru #2C3367
Tints of Deep Koamaru #2C3367
RGB
CMYK
RGB Variations
Color information
#2C3367 (or 0x2C3367) is known color: Deep Koamaru. HEX triplet: 2C, 33 and 67. RGB value is (44,51,103). Sum of RGB (Red+Green+Blue) = 44+51+103=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3367 is #D3CC98. Grayscale: #363636. Windows color (decimal): -13880473 or 6763308. OLE color: 6763308.
HSL color Cylindrical-coordinate representation of color #2C3367: hue angle of 232.88º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3367 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 51 | 103 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.60 |
| HSL | 232.88º | 0.4% | 0.29% | - |
| HSV(B) | 232.88º | 0.57% | 0.4% | - |
| XYZ | 4.67 | 3.88 | 13.34 | - |
| YUV | 54.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 103 | 0.57 | 0.50 | 0 | 0.60 | 232.88 | 0.4 | 0.29 |
| Hex | 2C | 33 | 67 | 39 | 32 | 0 | 3C | E9 | 28 | 1D |
| Octal | 54 | 63 | 147 | 71 | 62 | 0 | 74 | 351 | 50 | 35 |
| Binary | 101100 | 110011 | 1100111 | 111001 | 110010 | 0 | 111100 | 11101001 | 101000 | 11101 |
Color Harmonies of #2C3367
Complementary color
Monochromatic Colors of #2C3367
Black with #2C3367
Text Example
Text Example
White with #2C3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3367; }
p { color: rgb(44,51,103); }
H1.HeaderClassName
{
color: #2C3367;
}
.AnyTagClassName
{
color: #2C3367;
}
</style>
background-color css
<style>
a { background-color: #2C3367; }
a { background-color: rgb(44,51,103); }
div.DivClassName
{
background-color: #2C3367;
}
.BgClassName
{
background-color: #2C3367;
}
</style>
border-color css
<style>
span { border-color: #2C3367; }
span { border-color: rgb(44,51,103); }
td.TdClassName
{
border-color: #2C3367;
}
.TagClassName
{
border-color: #2C3367;
}
</style>