Shades of Deep Koamaru #2D2F70
Tints of Deep Koamaru #2D2F70
RGB
CMYK
RGB Variations
Color information
#2D2F70 (or 0x2D2F70) is known color: Deep Koamaru. HEX triplet: 2D, 2F and 70. RGB value is (45,47,112). Sum of RGB (Red+Green+Blue) = 45+47+112=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2F70 is #D2D08F. Grayscale: #353535. Windows color (decimal): -13815952 or 7352109. OLE color: 7352109.
HSL color Cylindrical-coordinate representation of color #2D2F70: hue angle of 238.21º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2F70 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 47 | 112 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.56 |
| HSL | 238.21º | 0.43% | 0.31% | - |
| HSV(B) | 238.21º | 0.6% | 0.44% | - |
| XYZ | 5.02 | 3.76 | 15.79 | - |
| YUV | 53.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 112 | 0.60 | 0.58 | 0 | 0.56 | 238.21 | 0.43 | 0.31 |
| Hex | 2D | 2F | 70 | 3C | 3A | 0 | 38 | EE | 2B | 1F |
| Octal | 55 | 57 | 160 | 74 | 72 | 0 | 70 | 356 | 53 | 37 |
| Binary | 101101 | 101111 | 1110000 | 111100 | 111010 | 0 | 111000 | 11101110 | 101011 | 11111 |
Color Harmonies of #2D2F70
Complementary color
Monochromatic Colors of #2D2F70
Black with #2D2F70
Text Example
Text Example
White with #2D2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F70; }
p { color: rgb(45,47,112); }
H1.HeaderClassName
{
color: #2D2F70;
}
.AnyTagClassName
{
color: #2D2F70;
}
</style>
background-color css
<style>
a { background-color: #2D2F70; }
a { background-color: rgb(45,47,112); }
div.DivClassName
{
background-color: #2D2F70;
}
.BgClassName
{
background-color: #2D2F70;
}
</style>
border-color css
<style>
span { border-color: #2D2F70; }
span { border-color: rgb(45,47,112); }
td.TdClassName
{
border-color: #2D2F70;
}
.TagClassName
{
border-color: #2D2F70;
}
</style>