Shades of Deep Koamaru #2D2676
Tints of Deep Koamaru #2D2676
RGB
CMYK
RGB Variations
Color information
#2D2676 (or 0x2D2676) is known color: Deep Koamaru. HEX triplet: 2D, 26 and 76. RGB value is (45,38,118). Sum of RGB (Red+Green+Blue) = 45+38+118=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2676 is #D2D989. Grayscale: #303030. Windows color (decimal): -13818250 or 7743021. OLE color: 7743021.
HSL color Cylindrical-coordinate representation of color #2D2676: hue angle of 245.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2676 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 38 | 118 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.54 |
| HSL | 245.25º | 0.51% | 0.31% | - |
| HSV(B) | 245.25º | 0.68% | 0.46% | - |
| XYZ | 5.05 | 3.25 | 17.5 | - |
| YUV | 49.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 118 | 0.62 | 0.68 | 0 | 0.54 | 245.25 | 0.51 | 0.31 |
| Hex | 2D | 26 | 76 | 3E | 44 | 0 | 36 | F5 | 33 | 1F |
| Octal | 55 | 46 | 166 | 76 | 104 | 0 | 66 | 365 | 63 | 37 |
| Binary | 101101 | 100110 | 1110110 | 111110 | 1000100 | 0 | 110110 | 11110101 | 110011 | 11111 |
Color Harmonies of #2D2676
Complementary color
Monochromatic Colors of #2D2676
Black with #2D2676
Text Example
Text Example
White with #2D2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2676; }
p { color: rgb(45,38,118); }
H1.HeaderClassName
{
color: #2D2676;
}
.AnyTagClassName
{
color: #2D2676;
}
</style>
background-color css
<style>
a { background-color: #2D2676; }
a { background-color: rgb(45,38,118); }
div.DivClassName
{
background-color: #2D2676;
}
.BgClassName
{
background-color: #2D2676;
}
</style>
border-color css
<style>
span { border-color: #2D2676; }
span { border-color: rgb(45,38,118); }
td.TdClassName
{
border-color: #2D2676;
}
.TagClassName
{
border-color: #2D2676;
}
</style>