Shades of Deep Koamaru #28326D
Tints of Deep Koamaru #28326D
RGB
CMYK
RGB Variations
Color information
#28326D (or 0x28326D) is known color: Deep Koamaru. HEX triplet: 28, 32 and 6D. RGB value is (40,50,109). Sum of RGB (Red+Green+Blue) = 40+50+109=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #28326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28326D is #D7CD92. Grayscale: #353535. Windows color (decimal): -14142867 or 7156264. OLE color: 7156264.
HSL color Cylindrical-coordinate representation of color #28326D: hue angle of 231.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28326D is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 50 | 109 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.57 |
| HSL | 231.3º | 0.46% | 0.29% | - |
| HSV(B) | 231.3º | 0.63% | 0.43% | - |
| XYZ | 4.78 | 3.84 | 14.96 | - |
| YUV | 53.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 109 | 0.63 | 0.54 | 0 | 0.57 | 231.3 | 0.46 | 0.29 |
| Hex | 28 | 32 | 6D | 3F | 36 | 0 | 39 | E7 | 2E | 1D |
| Octal | 50 | 62 | 155 | 77 | 66 | 0 | 71 | 347 | 56 | 35 |
| Binary | 101000 | 110010 | 1101101 | 111111 | 110110 | 0 | 111001 | 11100111 | 101110 | 11101 |
Color Harmonies of #28326D
Complementary color
Monochromatic Colors of #28326D
Black with #28326D
Text Example
Text Example
White with #28326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28326D; }
p { color: rgb(40,50,109); }
H1.HeaderClassName
{
color: #28326D;
}
.AnyTagClassName
{
color: #28326D;
}
</style>
background-color css
<style>
a { background-color: #28326D; }
a { background-color: rgb(40,50,109); }
div.DivClassName
{
background-color: #28326D;
}
.BgClassName
{
background-color: #28326D;
}
</style>
border-color css
<style>
span { border-color: #28326D; }
span { border-color: rgb(40,50,109); }
td.TdClassName
{
border-color: #28326D;
}
.TagClassName
{
border-color: #28326D;
}
</style>