Shades of Deep Koamaru #2D2677
Tints of Deep Koamaru #2D2677
RGB
CMYK
RGB Variations
Color information
#2D2677 (or 0x2D2677) is known color: Deep Koamaru. HEX triplet: 2D, 26 and 77. RGB value is (45,38,119). Sum of RGB (Red+Green+Blue) = 45+38+119=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2677 is #D2D988. Grayscale: #313131. Windows color (decimal): -13818249 or 7808557. OLE color: 7808557.
HSL color Cylindrical-coordinate representation of color #2D2677: hue angle of 245.19º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2677 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 38 | 119 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.53 |
| HSL | 245.19º | 0.52% | 0.31% | - |
| HSV(B) | 245.19º | 0.68% | 0.47% | - |
| XYZ | 5.11 | 3.28 | 17.82 | - |
| YUV | 49.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 119 | 0.62 | 0.68 | 0 | 0.53 | 245.19 | 0.52 | 0.31 |
| Hex | 2D | 26 | 77 | 3E | 44 | 0 | 35 | F5 | 34 | 1F |
| Octal | 55 | 46 | 167 | 76 | 104 | 0 | 65 | 365 | 64 | 37 |
| Binary | 101101 | 100110 | 1110111 | 111110 | 1000100 | 0 | 110101 | 11110101 | 110100 | 11111 |
Color Harmonies of #2D2677
Complementary color
Monochromatic Colors of #2D2677
Black with #2D2677
Text Example
Text Example
White with #2D2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2677; }
p { color: rgb(45,38,119); }
H1.HeaderClassName
{
color: #2D2677;
}
.AnyTagClassName
{
color: #2D2677;
}
</style>
background-color css
<style>
a { background-color: #2D2677; }
a { background-color: rgb(45,38,119); }
div.DivClassName
{
background-color: #2D2677;
}
.BgClassName
{
background-color: #2D2677;
}
</style>
border-color css
<style>
span { border-color: #2D2677; }
span { border-color: rgb(45,38,119); }
td.TdClassName
{
border-color: #2D2677;
}
.TagClassName
{
border-color: #2D2677;
}
</style>