Shades of Deep Koamaru #2A326F
Tints of Deep Koamaru #2A326F
RGB
CMYK
RGB Variations
Color information
#2A326F (or 0x2A326F) is known color: Deep Koamaru. HEX triplet: 2A, 32 and 6F. RGB value is (42,50,111). Sum of RGB (Red+Green+Blue) = 42+50+111=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A326F is #D5CD90. Grayscale: #363636. Windows color (decimal): -14011793 or 7287338. OLE color: 7287338.
HSL color Cylindrical-coordinate representation of color #2A326F: hue angle of 233.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A326F is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 50 | 111 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.56 |
| HSL | 233.04º | 0.45% | 0.3% | - |
| HSV(B) | 233.04º | 0.62% | 0.44% | - |
| XYZ | 4.96 | 3.92 | 15.53 | - |
| YUV | 54.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 111 | 0.62 | 0.55 | 0 | 0.56 | 233.04 | 0.45 | 0.3 |
| Hex | 2A | 32 | 6F | 3E | 37 | 0 | 38 | E9 | 2D | 1E |
| Octal | 52 | 62 | 157 | 76 | 67 | 0 | 70 | 351 | 55 | 36 |
| Binary | 101010 | 110010 | 1101111 | 111110 | 110111 | 0 | 111000 | 11101001 | 101101 | 11110 |
Color Harmonies of #2A326F
Complementary color
Monochromatic Colors of #2A326F
Black with #2A326F
Text Example
Text Example
White with #2A326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A326F; }
p { color: rgb(42,50,111); }
H1.HeaderClassName
{
color: #2A326F;
}
.AnyTagClassName
{
color: #2A326F;
}
</style>
background-color css
<style>
a { background-color: #2A326F; }
a { background-color: rgb(42,50,111); }
div.DivClassName
{
background-color: #2A326F;
}
.BgClassName
{
background-color: #2A326F;
}
</style>
border-color css
<style>
span { border-color: #2A326F; }
span { border-color: rgb(42,50,111); }
td.TdClassName
{
border-color: #2A326F;
}
.TagClassName
{
border-color: #2A326F;
}
</style>