Shades of Deep Koamaru #36306D
Tints of Deep Koamaru #36306D
RGB
CMYK
RGB Variations
Color information
#36306D (or 0x36306D) is known color: Deep Koamaru. HEX triplet: 36, 30 and 6D. RGB value is (54,48,109). Sum of RGB (Red+Green+Blue) = 54+48+109=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #36306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36306D is #C9CF92. Grayscale: #383838. Windows color (decimal): -13225875 or 7155766. OLE color: 7155766.
HSL color Cylindrical-coordinate representation of color #36306D: hue angle of 245.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36306D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 48 | 109 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.57 |
| HSL | 245.9º | 0.39% | 0.31% | - |
| HSV(B) | 245.9º | 0.56% | 0.43% | - |
| XYZ | 5.34 | 4 | 14.96 | - |
| YUV | 56.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 109 | 0.50 | 0.56 | 0 | 0.57 | 245.9 | 0.39 | 0.31 |
| Hex | 36 | 30 | 6D | 32 | 38 | 0 | 39 | F6 | 27 | 1F |
| Octal | 66 | 60 | 155 | 62 | 70 | 0 | 71 | 366 | 47 | 37 |
| Binary | 110110 | 110000 | 1101101 | 110010 | 111000 | 0 | 111001 | 11110110 | 100111 | 11111 |
Color Harmonies of #36306D
Complementary color
Monochromatic Colors of #36306D
Black with #36306D
Text Example
Text Example
White with #36306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36306D; }
p { color: rgb(54,48,109); }
H1.HeaderClassName
{
color: #36306D;
}
.AnyTagClassName
{
color: #36306D;
}
</style>
background-color css
<style>
a { background-color: #36306D; }
a { background-color: rgb(54,48,109); }
div.DivClassName
{
background-color: #36306D;
}
.BgClassName
{
background-color: #36306D;
}
</style>
border-color css
<style>
span { border-color: #36306D; }
span { border-color: rgb(54,48,109); }
td.TdClassName
{
border-color: #36306D;
}
.TagClassName
{
border-color: #36306D;
}
</style>