Shades of Deep Koamaru #27326A
Tints of Deep Koamaru #27326A
RGB
CMYK
RGB Variations
Color information
#27326A (or 0x27326A) is known color: Deep Koamaru. HEX triplet: 27, 32 and 6A. RGB value is (39,50,106). Sum of RGB (Red+Green+Blue) = 39+50+106=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #27326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27326A is #D8CD95. Grayscale: #343434. Windows color (decimal): -14208406 or 6959655. OLE color: 6959655.
HSL color Cylindrical-coordinate representation of color #27326A: hue angle of 230.15º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27326A is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 50 | 106 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.58 |
| HSL | 230.15º | 0.46% | 0.28% | - |
| HSV(B) | 230.15º | 0.63% | 0.42% | - |
| XYZ | 4.58 | 3.75 | 14.12 | - |
| YUV | 53.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 106 | 0.63 | 0.53 | 0 | 0.58 | 230.15 | 0.46 | 0.28 |
| Hex | 27 | 32 | 6A | 3F | 35 | 0 | 3A | E6 | 2E | 1C |
| Octal | 47 | 62 | 152 | 77 | 65 | 0 | 72 | 346 | 56 | 34 |
| Binary | 100111 | 110010 | 1101010 | 111111 | 110101 | 0 | 111010 | 11100110 | 101110 | 11100 |
Color Harmonies of #27326A
Complementary color
Monochromatic Colors of #27326A
Black with #27326A
Text Example
Text Example
White with #27326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27326A; }
p { color: rgb(39,50,106); }
H1.HeaderClassName
{
color: #27326A;
}
.AnyTagClassName
{
color: #27326A;
}
</style>
background-color css
<style>
a { background-color: #27326A; }
a { background-color: rgb(39,50,106); }
div.DivClassName
{
background-color: #27326A;
}
.BgClassName
{
background-color: #27326A;
}
</style>
border-color css
<style>
span { border-color: #27326A; }
span { border-color: rgb(39,50,106); }
td.TdClassName
{
border-color: #27326A;
}
.TagClassName
{
border-color: #27326A;
}
</style>