Shades of Deep Koamaru #272B77
Tints of Deep Koamaru #272B77
RGB
CMYK
RGB Variations
Color information
#272B77 (or 0x272B77) is known color: Deep Koamaru. HEX triplet: 27, 2B and 77. RGB value is (39,43,119). Sum of RGB (Red+Green+Blue) = 39+43+119=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #272B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B77 is #D8D488. Grayscale: #323232. Windows color (decimal): -14210185 or 7809831. OLE color: 7809831.
HSL color Cylindrical-coordinate representation of color #272B77: hue angle of 237º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272B77 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 43 | 119 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.53 |
| HSL | 237º | 0.51% | 0.31% | - |
| HSV(B) | 237º | 0.67% | 0.47% | - |
| XYZ | 5.03 | 3.49 | 17.86 | - |
| YUV | 50.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 119 | 0.67 | 0.64 | 0 | 0.53 | 237 | 0.51 | 0.31 |
| Hex | 27 | 2B | 77 | 43 | 40 | 0 | 35 | ED | 33 | 1F |
| Octal | 47 | 53 | 167 | 103 | 100 | 0 | 65 | 355 | 63 | 37 |
| Binary | 100111 | 101011 | 1110111 | 1000011 | 1000000 | 0 | 110101 | 11101101 | 110011 | 11111 |
Color Harmonies of #272B77
Complementary color
Monochromatic Colors of #272B77
Black with #272B77
Text Example
Text Example
White with #272B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B77; }
p { color: rgb(39,43,119); }
H1.HeaderClassName
{
color: #272B77;
}
.AnyTagClassName
{
color: #272B77;
}
</style>
background-color css
<style>
a { background-color: #272B77; }
a { background-color: rgb(39,43,119); }
div.DivClassName
{
background-color: #272B77;
}
.BgClassName
{
background-color: #272B77;
}
</style>
border-color css
<style>
span { border-color: #272B77; }
span { border-color: rgb(39,43,119); }
td.TdClassName
{
border-color: #272B77;
}
.TagClassName
{
border-color: #272B77;
}
</style>