Shades of Deep Koamaru #30336C
Tints of Deep Koamaru #30336C
RGB
CMYK
RGB Variations
Color information
#30336C (or 0x30336C) is known color: Deep Koamaru. HEX triplet: 30, 33 and 6C. RGB value is (48,51,108). Sum of RGB (Red+Green+Blue) = 48+51+108=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #30336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336C is #CFCC93. Grayscale: #383838. Windows color (decimal): -13618324 or 7090992. OLE color: 7090992.
HSL color Cylindrical-coordinate representation of color #30336C: hue angle of 237º 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 #30336C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 51 | 108 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.58 |
| HSL | 237º | 0.38% | 0.31% | - |
| HSV(B) | 237º | 0.56% | 0.42% | - |
| XYZ | 5.11 | 4.08 | 14.71 | - |
| YUV | 56.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 108 | 0.56 | 0.53 | 0 | 0.58 | 237 | 0.38 | 0.31 |
| Hex | 30 | 33 | 6C | 38 | 35 | 0 | 3A | ED | 26 | 1F |
| Octal | 60 | 63 | 154 | 70 | 65 | 0 | 72 | 355 | 46 | 37 |
| Binary | 110000 | 110011 | 1101100 | 111000 | 110101 | 0 | 111010 | 11101101 | 100110 | 11111 |
Color Harmonies of #30336C
Complementary color
Monochromatic Colors of #30336C
Black with #30336C
Text Example
Text Example
White with #30336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30336C; }
p { color: rgb(48,51,108); }
H1.HeaderClassName
{
color: #30336C;
}
.AnyTagClassName
{
color: #30336C;
}
</style>
background-color css
<style>
a { background-color: #30336C; }
a { background-color: rgb(48,51,108); }
div.DivClassName
{
background-color: #30336C;
}
.BgClassName
{
background-color: #30336C;
}
</style>
border-color css
<style>
span { border-color: #30336C; }
span { border-color: rgb(48,51,108); }
td.TdClassName
{
border-color: #30336C;
}
.TagClassName
{
border-color: #30336C;
}
</style>