Shades of Deep Koamaru #272B68
Tints of Deep Koamaru #272B68
RGB
CMYK
RGB Variations
Color information
#272B68 (or 0x272B68) is known color: Deep Koamaru. HEX triplet: 27, 2B and 68. RGB value is (39,43,104). Sum of RGB (Red+Green+Blue) = 39+43+104=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #272B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B68 is #D8D497. Grayscale: #303030. Windows color (decimal): -14210200 or 6826791. OLE color: 6826791.
HSL color Cylindrical-coordinate representation of color #272B68: hue angle of 236.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #272B68 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 43 | 104 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.59 |
| HSL | 236.31º | 0.45% | 0.28% | - |
| HSV(B) | 236.31º | 0.63% | 0.41% | - |
| XYZ | 4.2 | 3.16 | 13.49 | - |
| YUV | 48.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 104 | 0.62 | 0.59 | 0 | 0.59 | 236.31 | 0.45 | 0.28 |
| Hex | 27 | 2B | 68 | 3E | 3B | 0 | 3B | EC | 2D | 1C |
| Octal | 47 | 53 | 150 | 76 | 73 | 0 | 73 | 354 | 55 | 34 |
| Binary | 100111 | 101011 | 1101000 | 111110 | 111011 | 0 | 111011 | 11101100 | 101101 | 11100 |
Color Harmonies of #272B68
Complementary color
Monochromatic Colors of #272B68
Black with #272B68
Text Example
Text Example
White with #272B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B68; }
p { color: rgb(39,43,104); }
H1.HeaderClassName
{
color: #272B68;
}
.AnyTagClassName
{
color: #272B68;
}
</style>
background-color css
<style>
a { background-color: #272B68; }
a { background-color: rgb(39,43,104); }
div.DivClassName
{
background-color: #272B68;
}
.BgClassName
{
background-color: #272B68;
}
</style>
border-color css
<style>
span { border-color: #272B68; }
span { border-color: rgb(39,43,104); }
td.TdClassName
{
border-color: #272B68;
}
.TagClassName
{
border-color: #272B68;
}
</style>