Shades of Deep Koamaru #30336B
Tints of Deep Koamaru #30336B
RGB
CMYK
RGB Variations
Color information
#30336B (or 0x30336B) is known color: Deep Koamaru. HEX triplet: 30, 33 and 6B. RGB value is (48,51,107). Sum of RGB (Red+Green+Blue) = 48+51+107=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #30336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336B is #CFCC94. Grayscale: #383838. Windows color (decimal): -13618325 or 7025456. OLE color: 7025456.
HSL color Cylindrical-coordinate representation of color #30336B: hue angle of 236.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30336B is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 51 | 107 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.58 |
| HSL | 236.95º | 0.38% | 0.3% | - |
| HSV(B) | 236.95º | 0.55% | 0.42% | - |
| XYZ | 5.06 | 4.06 | 14.43 | - |
| YUV | 56.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 107 | 0.55 | 0.52 | 0 | 0.58 | 236.95 | 0.38 | 0.3 |
| Hex | 30 | 33 | 6B | 37 | 34 | 0 | 3A | ED | 26 | 1E |
| Octal | 60 | 63 | 153 | 67 | 64 | 0 | 72 | 355 | 46 | 36 |
| Binary | 110000 | 110011 | 1101011 | 110111 | 110100 | 0 | 111010 | 11101101 | 100110 | 11110 |
Color Harmonies of #30336B
Complementary color
Monochromatic Colors of #30336B
Black with #30336B
Text Example
Text Example
White with #30336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30336B; }
p { color: rgb(48,51,107); }
H1.HeaderClassName
{
color: #30336B;
}
.AnyTagClassName
{
color: #30336B;
}
</style>
background-color css
<style>
a { background-color: #30336B; }
a { background-color: rgb(48,51,107); }
div.DivClassName
{
background-color: #30336B;
}
.BgClassName
{
background-color: #30336B;
}
</style>
border-color css
<style>
span { border-color: #30336B; }
span { border-color: rgb(48,51,107); }
td.TdClassName
{
border-color: #30336B;
}
.TagClassName
{
border-color: #30336B;
}
</style>