Shades of Deep Koamaru #272E73
Tints of Deep Koamaru #272E73
RGB
CMYK
RGB Variations
Color information
#272E73 (or 0x272E73) is known color: Deep Koamaru. HEX triplet: 27, 2E and 73. RGB value is (39,46,115). Sum of RGB (Red+Green+Blue) = 39+46+115=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #272E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E73 is #D8D18C. Grayscale: #333333. Windows color (decimal): -14209421 or 7548455. OLE color: 7548455.
HSL color Cylindrical-coordinate representation of color #272E73: hue angle of 234.47º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272E73 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 46 | 115 | - |
| CMYK | 0.66 | 0.6 | 0 | 0.55 |
| HSL | 234.47º | 0.49% | 0.3% | - |
| HSV(B) | 234.47º | 0.66% | 0.45% | - |
| XYZ | 4.91 | 3.62 | 16.66 | - |
| YUV | 51.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 115 | 0.66 | 0.6 | 0 | 0.55 | 234.47 | 0.49 | 0.3 |
| Hex | 27 | 2E | 73 | 42 | 3C | 0 | 37 | EA | 31 | 1E |
| Octal | 47 | 56 | 163 | 102 | 74 | 0 | 67 | 352 | 61 | 36 |
| Binary | 100111 | 101110 | 1110011 | 1000010 | 111100 | 0 | 110111 | 11101010 | 110001 | 11110 |
Color Harmonies of #272E73
Complementary color
Monochromatic Colors of #272E73
Black with #272E73
Text Example
Text Example
White with #272E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E73; }
p { color: rgb(39,46,115); }
H1.HeaderClassName
{
color: #272E73;
}
.AnyTagClassName
{
color: #272E73;
}
</style>
background-color css
<style>
a { background-color: #272E73; }
a { background-color: rgb(39,46,115); }
div.DivClassName
{
background-color: #272E73;
}
.BgClassName
{
background-color: #272E73;
}
</style>
border-color css
<style>
span { border-color: #272E73; }
span { border-color: rgb(39,46,115); }
td.TdClassName
{
border-color: #272E73;
}
.TagClassName
{
border-color: #272E73;
}
</style>