Shades of Deep Koamaru #2D277D
Tints of Deep Koamaru #2D277D
RGB
CMYK
RGB Variations
Color information
#2D277D (or 0x2D277D) is known color: Deep Koamaru. HEX triplet: 2D, 27 and 7D. RGB value is (45,39,125). Sum of RGB (Red+Green+Blue) = 45+39+125=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D277D is #D2D882. Grayscale: #323232. Windows color (decimal): -13817987 or 8202029. OLE color: 8202029.
HSL color Cylindrical-coordinate representation of color #2D277D: hue angle of 244.19º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D277D is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 39 | 125 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.51 |
| HSL | 244.19º | 0.52% | 0.32% | - |
| HSV(B) | 244.19º | 0.69% | 0.49% | - |
| XYZ | 5.51 | 3.49 | 19.79 | - |
| YUV | 50.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 125 | 0.64 | 0.69 | 0 | 0.51 | 244.19 | 0.52 | 0.32 |
| Hex | 2D | 27 | 7D | 40 | 45 | 0 | 33 | F4 | 34 | 20 |
| Octal | 55 | 47 | 175 | 100 | 105 | 0 | 63 | 364 | 64 | 40 |
| Binary | 101101 | 100111 | 1111101 | 1000000 | 1000101 | 0 | 110011 | 11110100 | 110100 | 100000 |
Color Harmonies of #2D277D
Complementary color
Monochromatic Colors of #2D277D
Black with #2D277D
Text Example
Text Example
White with #2D277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D277D; }
p { color: rgb(45,39,125); }
H1.HeaderClassName
{
color: #2D277D;
}
.AnyTagClassName
{
color: #2D277D;
}
</style>
background-color css
<style>
a { background-color: #2D277D; }
a { background-color: rgb(45,39,125); }
div.DivClassName
{
background-color: #2D277D;
}
.BgClassName
{
background-color: #2D277D;
}
</style>
border-color css
<style>
span { border-color: #2D277D; }
span { border-color: rgb(45,39,125); }
td.TdClassName
{
border-color: #2D277D;
}
.TagClassName
{
border-color: #2D277D;
}
</style>