Shades of Deep Koamaru #272F63
Tints of Deep Koamaru #272F63
RGB
CMYK
RGB Variations
Color information
#272F63 (or 0x272F63) is known color: Deep Koamaru. HEX triplet: 27, 2F and 63. RGB value is (39,47,99). Sum of RGB (Red+Green+Blue) = 39+47+99=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #272F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F63 is #D8D09C. Grayscale: #323232. Windows color (decimal): -14209181 or 6500135. OLE color: 6500135.
HSL color Cylindrical-coordinate representation of color #272F63: hue angle of 232º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272F63 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 47 | 99 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.61 |
| HSL | 232º | 0.43% | 0.27% | - |
| HSV(B) | 232º | 0.61% | 0.39% | - |
| XYZ | 4.11 | 3.37 | 12.24 | - |
| YUV | 50.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 99 | 0.61 | 0.53 | 0 | 0.61 | 232 | 0.43 | 0.27 |
| Hex | 27 | 2F | 63 | 3D | 35 | 0 | 3D | E8 | 2B | 1B |
| Octal | 47 | 57 | 143 | 75 | 65 | 0 | 75 | 350 | 53 | 33 |
| Binary | 100111 | 101111 | 1100011 | 111101 | 110101 | 0 | 111101 | 11101000 | 101011 | 11011 |
Color Harmonies of #272F63
Complementary color
Monochromatic Colors of #272F63
Black with #272F63
Text Example
Text Example
White with #272F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F63; }
p { color: rgb(39,47,99); }
H1.HeaderClassName
{
color: #272F63;
}
.AnyTagClassName
{
color: #272F63;
}
</style>
background-color css
<style>
a { background-color: #272F63; }
a { background-color: rgb(39,47,99); }
div.DivClassName
{
background-color: #272F63;
}
.BgClassName
{
background-color: #272F63;
}
</style>
border-color css
<style>
span { border-color: #272F63; }
span { border-color: rgb(39,47,99); }
td.TdClassName
{
border-color: #272F63;
}
.TagClassName
{
border-color: #272F63;
}
</style>