Shades of Deep Koamaru #30356C
Tints of Deep Koamaru #30356C
RGB
CMYK
RGB Variations
Color information
#30356C (or 0x30356C) is known color: Deep Koamaru. HEX triplet: 30, 35 and 6C. RGB value is (48,53,108). Sum of RGB (Red+Green+Blue) = 48+53+108=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #30356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30356C is #CFCA93. Grayscale: #393939. Windows color (decimal): -13617812 or 7091504. OLE color: 7091504.
HSL color Cylindrical-coordinate representation of color #30356C: hue angle of 235º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30356C is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 53 | 108 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.58 |
| HSL | 235º | 0.38% | 0.31% | - |
| HSV(B) | 235º | 0.56% | 0.42% | - |
| XYZ | 5.2 | 4.26 | 14.74 | - |
| YUV | 57.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 108 | 0.56 | 0.51 | 0 | 0.58 | 235 | 0.38 | 0.31 |
| Hex | 30 | 35 | 6C | 38 | 33 | 0 | 3A | EB | 26 | 1F |
| Octal | 60 | 65 | 154 | 70 | 63 | 0 | 72 | 353 | 46 | 37 |
| Binary | 110000 | 110101 | 1101100 | 111000 | 110011 | 0 | 111010 | 11101011 | 100110 | 11111 |
Color Harmonies of #30356C
Complementary color
Monochromatic Colors of #30356C
Black with #30356C
Text Example
Text Example
White with #30356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30356C; }
p { color: rgb(48,53,108); }
H1.HeaderClassName
{
color: #30356C;
}
.AnyTagClassName
{
color: #30356C;
}
</style>
background-color css
<style>
a { background-color: #30356C; }
a { background-color: rgb(48,53,108); }
div.DivClassName
{
background-color: #30356C;
}
.BgClassName
{
background-color: #30356C;
}
</style>
border-color css
<style>
span { border-color: #30356C; }
span { border-color: rgb(48,53,108); }
td.TdClassName
{
border-color: #30356C;
}
.TagClassName
{
border-color: #30356C;
}
</style>