Shades of Deep Koamaru #273066
Tints of Deep Koamaru #273066
RGB
CMYK
RGB Variations
Color information
#273066 (or 0x273066) is known color: Deep Koamaru. HEX triplet: 27, 30 and 66. RGB value is (39,48,102). Sum of RGB (Red+Green+Blue) = 39+48+102=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #273066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273066 is #D8CF99. Grayscale: #333333. Windows color (decimal): -14208922 or 6696999. OLE color: 6696999.
HSL color Cylindrical-coordinate representation of color #273066: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273066 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 39 | 48 | 102 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.6 |
| HSL | 231.43º | 0.45% | 0.28% | - |
| HSV(B) | 231.43º | 0.62% | 0.4% | - |
| XYZ | 4.29 | 3.5 | 13.02 | - |
| YUV | 51.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 102 | 0.62 | 0.53 | 0 | 0.6 | 231.43 | 0.45 | 0.28 |
| Hex | 27 | 30 | 66 | 3E | 35 | 0 | 3C | E7 | 2D | 1C |
| Octal | 47 | 60 | 146 | 76 | 65 | 0 | 74 | 347 | 55 | 34 |
| Binary | 100111 | 110000 | 1100110 | 111110 | 110101 | 0 | 111100 | 11100111 | 101101 | 11100 |
Color Harmonies of #273066
Complementary color
Monochromatic Colors of #273066
Black with #273066
Text Example
Text Example
White with #273066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273066; }
p { color: rgb(39,48,102); }
H1.HeaderClassName
{
color: #273066;
}
.AnyTagClassName
{
color: #273066;
}
</style>
background-color css
<style>
a { background-color: #273066; }
a { background-color: rgb(39,48,102); }
div.DivClassName
{
background-color: #273066;
}
.BgClassName
{
background-color: #273066;
}
</style>
border-color css
<style>
span { border-color: #273066; }
span { border-color: rgb(39,48,102); }
td.TdClassName
{
border-color: #273066;
}
.TagClassName
{
border-color: #273066;
}
</style>