Shades of Deep Koamaru #272C6D
Tints of Deep Koamaru #272C6D
RGB
CMYK
RGB Variations
Color information
#272C6D (or 0x272C6D) is known color: Deep Koamaru. HEX triplet: 27, 2C and 6D. RGB value is (39,44,109). Sum of RGB (Red+Green+Blue) = 39+44+109=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #272C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C6D is #D8D392. Grayscale: #313131. Windows color (decimal): -14209939 or 7154727. OLE color: 7154727.
HSL color Cylindrical-coordinate representation of color #272C6D: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272C6D is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 44 | 109 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.57 |
| HSL | 235.71º | 0.47% | 0.29% | - |
| HSV(B) | 235.71º | 0.64% | 0.43% | - |
| XYZ | 4.5 | 3.34 | 14.88 | - |
| YUV | 49.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 109 | 0.64 | 0.60 | 0 | 0.57 | 235.71 | 0.47 | 0.29 |
| Hex | 27 | 2C | 6D | 40 | 3C | 0 | 39 | EC | 2F | 1D |
| Octal | 47 | 54 | 155 | 100 | 74 | 0 | 71 | 354 | 57 | 35 |
| Binary | 100111 | 101100 | 1101101 | 1000000 | 111100 | 0 | 111001 | 11101100 | 101111 | 11101 |
Color Harmonies of #272C6D
Complementary color
Monochromatic Colors of #272C6D
Black with #272C6D
Text Example
Text Example
White with #272C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C6D; }
p { color: rgb(39,44,109); }
H1.HeaderClassName
{
color: #272C6D;
}
.AnyTagClassName
{
color: #272C6D;
}
</style>
background-color css
<style>
a { background-color: #272C6D; }
a { background-color: rgb(39,44,109); }
div.DivClassName
{
background-color: #272C6D;
}
.BgClassName
{
background-color: #272C6D;
}
</style>
border-color css
<style>
span { border-color: #272C6D; }
span { border-color: rgb(39,44,109); }
td.TdClassName
{
border-color: #272C6D;
}
.TagClassName
{
border-color: #272C6D;
}
</style>