Shades of Deep Koamaru #2D267C
Tints of Deep Koamaru #2D267C
RGB
CMYK
RGB Variations
Color information
#2D267C (or 0x2D267C) is known color: Deep Koamaru. HEX triplet: 2D, 26 and 7C. RGB value is (45,38,124). Sum of RGB (Red+Green+Blue) = 45+38+124=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D267C is #D2D983. Grayscale: #313131. Windows color (decimal): -13818244 or 8136237. OLE color: 8136237.
HSL color Cylindrical-coordinate representation of color #2D267C: hue angle of 244.88º degrees, saturation: 0.53, 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 #2D267C is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 38 | 124 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.51 |
| HSL | 244.88º | 0.53% | 0.32% | - |
| HSV(B) | 244.88º | 0.69% | 0.49% | - |
| XYZ | 5.41 | 3.4 | 19.44 | - |
| YUV | 49.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 124 | 0.64 | 0.69 | 0 | 0.51 | 244.88 | 0.53 | 0.32 |
| Hex | 2D | 26 | 7C | 40 | 45 | 0 | 33 | F5 | 35 | 20 |
| Octal | 55 | 46 | 174 | 100 | 105 | 0 | 63 | 365 | 65 | 40 |
| Binary | 101101 | 100110 | 1111100 | 1000000 | 1000101 | 0 | 110011 | 11110101 | 110101 | 100000 |
Color Harmonies of #2D267C
Complementary color
Monochromatic Colors of #2D267C
Black with #2D267C
Text Example
Text Example
White with #2D267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D267C; }
p { color: rgb(45,38,124); }
H1.HeaderClassName
{
color: #2D267C;
}
.AnyTagClassName
{
color: #2D267C;
}
</style>
background-color css
<style>
a { background-color: #2D267C; }
a { background-color: rgb(45,38,124); }
div.DivClassName
{
background-color: #2D267C;
}
.BgClassName
{
background-color: #2D267C;
}
</style>
border-color css
<style>
span { border-color: #2D267C; }
span { border-color: rgb(45,38,124); }
td.TdClassName
{
border-color: #2D267C;
}
.TagClassName
{
border-color: #2D267C;
}
</style>