Shades of Deep Koamaru #2A286C
Tints of Deep Koamaru #2A286C
RGB
CMYK
RGB Variations
Color information
#2A286C (or 0x2A286C) is known color: Deep Koamaru. HEX triplet: 2A, 28 and 6C. RGB value is (42,40,108). Sum of RGB (Red+Green+Blue) = 42+40+108=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A286C is #D5D793. Grayscale: #303030. Windows color (decimal): -14014356 or 7088170. OLE color: 7088170.
HSL color Cylindrical-coordinate representation of color #2A286C: hue angle of 241.76º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A286C is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 40 | 108 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.58 |
| HSL | 241.76º | 0.46% | 0.29% | - |
| HSV(B) | 241.76º | 0.63% | 0.42% | - |
| XYZ | 4.42 | 3.09 | 14.55 | - |
| YUV | 48.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 108 | 0.61 | 0.63 | 0 | 0.58 | 241.76 | 0.46 | 0.29 |
| Hex | 2A | 28 | 6C | 3D | 3F | 0 | 3A | F2 | 2E | 1D |
| Octal | 52 | 50 | 154 | 75 | 77 | 0 | 72 | 362 | 56 | 35 |
| Binary | 101010 | 101000 | 1101100 | 111101 | 111111 | 0 | 111010 | 11110010 | 101110 | 11101 |
Color Harmonies of #2A286C
Complementary color
Monochromatic Colors of #2A286C
Black with #2A286C
Text Example
Text Example
White with #2A286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A286C; }
p { color: rgb(42,40,108); }
H1.HeaderClassName
{
color: #2A286C;
}
.AnyTagClassName
{
color: #2A286C;
}
</style>
background-color css
<style>
a { background-color: #2A286C; }
a { background-color: rgb(42,40,108); }
div.DivClassName
{
background-color: #2A286C;
}
.BgClassName
{
background-color: #2A286C;
}
</style>
border-color css
<style>
span { border-color: #2A286C; }
span { border-color: rgb(42,40,108); }
td.TdClassName
{
border-color: #2A286C;
}
.TagClassName
{
border-color: #2A286C;
}
</style>