Shades of Deep Koamaru #2B2D69
Tints of Deep Koamaru #2B2D69
RGB
CMYK
RGB Variations
Color information
#2B2D69 (or 0x2B2D69) is known color: Deep Koamaru. HEX triplet: 2B, 2D and 69. RGB value is (43,45,105). Sum of RGB (Red+Green+Blue) = 43+45+105=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2D69 is #D4D296. Grayscale: #333333. Windows color (decimal): -13947543 or 6892843. OLE color: 6892843.
HSL color Cylindrical-coordinate representation of color #2B2D69: hue angle of 238.06º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B2D69 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 45 | 105 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.59 |
| HSL | 238.06º | 0.42% | 0.29% | - |
| HSV(B) | 238.06º | 0.59% | 0.41% | - |
| XYZ | 4.48 | 3.41 | 13.79 | - |
| YUV | 51.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 105 | 0.59 | 0.57 | 0 | 0.59 | 238.06 | 0.42 | 0.29 |
| Hex | 2B | 2D | 69 | 3B | 39 | 0 | 3B | EE | 2A | 1D |
| Octal | 53 | 55 | 151 | 73 | 71 | 0 | 73 | 356 | 52 | 35 |
| Binary | 101011 | 101101 | 1101001 | 111011 | 111001 | 0 | 111011 | 11101110 | 101010 | 11101 |
Color Harmonies of #2B2D69
Complementary color
Monochromatic Colors of #2B2D69
Black with #2B2D69
Text Example
Text Example
White with #2B2D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D69; }
p { color: rgb(43,45,105); }
H1.HeaderClassName
{
color: #2B2D69;
}
.AnyTagClassName
{
color: #2B2D69;
}
</style>
background-color css
<style>
a { background-color: #2B2D69; }
a { background-color: rgb(43,45,105); }
div.DivClassName
{
background-color: #2B2D69;
}
.BgClassName
{
background-color: #2B2D69;
}
</style>
border-color css
<style>
span { border-color: #2B2D69; }
span { border-color: rgb(43,45,105); }
td.TdClassName
{
border-color: #2B2D69;
}
.TagClassName
{
border-color: #2B2D69;
}
</style>