Shades of Deep Koamaru #272974
Tints of Deep Koamaru #272974
RGB
CMYK
RGB Variations
Color information
#272974 (or 0x272974) is known color: Deep Koamaru. HEX triplet: 27, 29 and 74. RGB value is (39,41,116). Sum of RGB (Red+Green+Blue) = 39+41+116=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #272974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272974 is #D8D68B. Grayscale: #303030. Windows color (decimal): -14210700 or 7612711. OLE color: 7612711.
HSL color Cylindrical-coordinate representation of color #272974: hue angle of 238.44º degrees, saturation: 0.5, 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 #272974 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 41 | 116 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.55 |
| HSL | 238.44º | 0.5% | 0.3% | - |
| HSV(B) | 238.44º | 0.66% | 0.45% | - |
| XYZ | 4.78 | 3.28 | 16.9 | - |
| YUV | 48.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 116 | 0.66 | 0.65 | 0 | 0.55 | 238.44 | 0.5 | 0.3 |
| Hex | 27 | 29 | 74 | 42 | 41 | 0 | 37 | EE | 32 | 1E |
| Octal | 47 | 51 | 164 | 102 | 101 | 0 | 67 | 356 | 62 | 36 |
| Binary | 100111 | 101001 | 1110100 | 1000010 | 1000001 | 0 | 110111 | 11101110 | 110010 | 11110 |
Color Harmonies of #272974
Complementary color
Monochromatic Colors of #272974
Black with #272974
Text Example
Text Example
White with #272974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272974; }
p { color: rgb(39,41,116); }
H1.HeaderClassName
{
color: #272974;
}
.AnyTagClassName
{
color: #272974;
}
</style>
background-color css
<style>
a { background-color: #272974; }
a { background-color: rgb(39,41,116); }
div.DivClassName
{
background-color: #272974;
}
.BgClassName
{
background-color: #272974;
}
</style>
border-color css
<style>
span { border-color: #272974; }
span { border-color: rgb(39,41,116); }
td.TdClassName
{
border-color: #272974;
}
.TagClassName
{
border-color: #272974;
}
</style>