Shades of Deep Koamaru #272E6A
Tints of Deep Koamaru #272E6A
RGB
CMYK
RGB Variations
Color information
#272E6A (or 0x272E6A) is known color: Deep Koamaru. HEX triplet: 27, 2E and 6A. RGB value is (39,46,106). Sum of RGB (Red+Green+Blue) = 39+46+106=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #272E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E6A is #D8D195. Grayscale: #323232. Windows color (decimal): -14209430 or 6958631. OLE color: 6958631.
HSL color Cylindrical-coordinate representation of color #272E6A: hue angle of 233.73º 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 #272E6A is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 46 | 106 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.58 |
| HSL | 233.73º | 0.46% | 0.28% | - |
| HSV(B) | 233.73º | 0.63% | 0.42% | - |
| XYZ | 4.42 | 3.43 | 14.06 | - |
| YUV | 50.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 106 | 0.63 | 0.57 | 0 | 0.58 | 233.73 | 0.46 | 0.28 |
| Hex | 27 | 2E | 6A | 3F | 39 | 0 | 3A | EA | 2E | 1C |
| Octal | 47 | 56 | 152 | 77 | 71 | 0 | 72 | 352 | 56 | 34 |
| Binary | 100111 | 101110 | 1101010 | 111111 | 111001 | 0 | 111010 | 11101010 | 101110 | 11100 |
Color Harmonies of #272E6A
Complementary color
Monochromatic Colors of #272E6A
Black with #272E6A
Text Example
Text Example
White with #272E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E6A; }
p { color: rgb(39,46,106); }
H1.HeaderClassName
{
color: #272E6A;
}
.AnyTagClassName
{
color: #272E6A;
}
</style>
background-color css
<style>
a { background-color: #272E6A; }
a { background-color: rgb(39,46,106); }
div.DivClassName
{
background-color: #272E6A;
}
.BgClassName
{
background-color: #272E6A;
}
</style>
border-color css
<style>
span { border-color: #272E6A; }
span { border-color: rgb(39,46,106); }
td.TdClassName
{
border-color: #272E6A;
}
.TagClassName
{
border-color: #272E6A;
}
</style>