Shades of Deep Koamaru #2D326A
Tints of Deep Koamaru #2D326A
RGB
CMYK
RGB Variations
Color information
#2D326A (or 0x2D326A) is known color: Deep Koamaru. HEX triplet: 2D, 32 and 6A. RGB value is (45,50,106). Sum of RGB (Red+Green+Blue) = 45+50+106=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D326A is #D2CD95. Grayscale: #363636. Windows color (decimal): -13815190 or 6959661. OLE color: 6959661.
HSL color Cylindrical-coordinate representation of color #2D326A: hue angle of 235.08º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D326A is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 50 | 106 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.58 |
| HSL | 235.08º | 0.4% | 0.3% | - |
| HSV(B) | 235.08º | 0.58% | 0.42% | - |
| XYZ | 4.82 | 3.88 | 14.13 | - |
| YUV | 54.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 106 | 0.58 | 0.53 | 0 | 0.58 | 235.08 | 0.4 | 0.3 |
| Hex | 2D | 32 | 6A | 3A | 35 | 0 | 3A | EB | 28 | 1E |
| Octal | 55 | 62 | 152 | 72 | 65 | 0 | 72 | 353 | 50 | 36 |
| Binary | 101101 | 110010 | 1101010 | 111010 | 110101 | 0 | 111010 | 11101011 | 101000 | 11110 |
Color Harmonies of #2D326A
Complementary color
Monochromatic Colors of #2D326A
Black with #2D326A
Text Example
Text Example
White with #2D326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D326A; }
p { color: rgb(45,50,106); }
H1.HeaderClassName
{
color: #2D326A;
}
.AnyTagClassName
{
color: #2D326A;
}
</style>
background-color css
<style>
a { background-color: #2D326A; }
a { background-color: rgb(45,50,106); }
div.DivClassName
{
background-color: #2D326A;
}
.BgClassName
{
background-color: #2D326A;
}
</style>
border-color css
<style>
span { border-color: #2D326A; }
span { border-color: rgb(45,50,106); }
td.TdClassName
{
border-color: #2D326A;
}
.TagClassName
{
border-color: #2D326A;
}
</style>