Shades of Deep Koamaru #272D63
Tints of Deep Koamaru #272D63
RGB
CMYK
RGB Variations
Color information
#272D63 (or 0x272D63) is known color: Deep Koamaru. HEX triplet: 27, 2D and 63. RGB value is (39,45,99). Sum of RGB (Red+Green+Blue) = 39+45+99=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #272D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D63 is #D8D29C. Grayscale: #313131. Windows color (decimal): -14209693 or 6499623. OLE color: 6499623.
HSL color Cylindrical-coordinate representation of color #272D63: hue angle of 234º 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 #272D63 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 45 | 99 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.61 |
| HSL | 234º | 0.43% | 0.27% | - |
| HSV(B) | 234º | 0.61% | 0.39% | - |
| XYZ | 4.03 | 3.21 | 12.21 | - |
| YUV | 49.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 99 | 0.61 | 0.55 | 0 | 0.61 | 234 | 0.43 | 0.27 |
| Hex | 27 | 2D | 63 | 3D | 37 | 0 | 3D | EA | 2B | 1B |
| Octal | 47 | 55 | 143 | 75 | 67 | 0 | 75 | 352 | 53 | 33 |
| Binary | 100111 | 101101 | 1100011 | 111101 | 110111 | 0 | 111101 | 11101010 | 101011 | 11011 |
Color Harmonies of #272D63
Complementary color
Monochromatic Colors of #272D63
Black with #272D63
Text Example
Text Example
White with #272D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D63; }
p { color: rgb(39,45,99); }
H1.HeaderClassName
{
color: #272D63;
}
.AnyTagClassName
{
color: #272D63;
}
</style>
background-color css
<style>
a { background-color: #272D63; }
a { background-color: rgb(39,45,99); }
div.DivClassName
{
background-color: #272D63;
}
.BgClassName
{
background-color: #272D63;
}
</style>
border-color css
<style>
span { border-color: #272D63; }
span { border-color: rgb(39,45,99); }
td.TdClassName
{
border-color: #272D63;
}
.TagClassName
{
border-color: #272D63;
}
</style>