Shades of Deep Koamaru #2D287B
Tints of Deep Koamaru #2D287B
RGB
CMYK
RGB Variations
Color information
#2D287B (or 0x2D287B) is known color: Deep Koamaru. HEX triplet: 2D, 28 and 7B. RGB value is (45,40,123). Sum of RGB (Red+Green+Blue) = 45+40+123=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D287B is #D2D784. Grayscale: #323232. Windows color (decimal): -13817733 or 8071213. OLE color: 8071213.
HSL color Cylindrical-coordinate representation of color #2D287B: hue angle of 243.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D287B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 40 | 123 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.52 |
| HSL | 243.61º | 0.51% | 0.32% | - |
| HSV(B) | 243.61º | 0.67% | 0.48% | - |
| XYZ | 5.42 | 3.51 | 19.13 | - |
| YUV | 50.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 123 | 0.63 | 0.67 | 0 | 0.52 | 243.61 | 0.51 | 0.32 |
| Hex | 2D | 28 | 7B | 3F | 43 | 0 | 34 | F4 | 33 | 20 |
| Octal | 55 | 50 | 173 | 77 | 103 | 0 | 64 | 364 | 63 | 40 |
| Binary | 101101 | 101000 | 1111011 | 111111 | 1000011 | 0 | 110100 | 11110100 | 110011 | 100000 |
Color Harmonies of #2D287B
Complementary color
Monochromatic Colors of #2D287B
Black with #2D287B
Text Example
Text Example
White with #2D287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D287B; }
p { color: rgb(45,40,123); }
H1.HeaderClassName
{
color: #2D287B;
}
.AnyTagClassName
{
color: #2D287B;
}
</style>
background-color css
<style>
a { background-color: #2D287B; }
a { background-color: rgb(45,40,123); }
div.DivClassName
{
background-color: #2D287B;
}
.BgClassName
{
background-color: #2D287B;
}
</style>
border-color css
<style>
span { border-color: #2D287B; }
span { border-color: rgb(45,40,123); }
td.TdClassName
{
border-color: #2D287B;
}
.TagClassName
{
border-color: #2D287B;
}
</style>