Shades of Deep Koamaru #30326F
Tints of Deep Koamaru #30326F
RGB
CMYK
RGB Variations
Color information
#30326F (or 0x30326F) is known color: Deep Koamaru. HEX triplet: 30, 32 and 6F. RGB value is (48,50,111). Sum of RGB (Red+Green+Blue) = 48+50+111=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #30326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326F is #CFCD90. Grayscale: #383838. Windows color (decimal): -13618577 or 7287344. OLE color: 7287344.
HSL color Cylindrical-coordinate representation of color #30326F: hue angle of 238.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30326F is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 50 | 111 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.56 |
| HSL | 238.1º | 0.4% | 0.31% | - |
| HSV(B) | 238.1º | 0.57% | 0.44% | - |
| XYZ | 5.23 | 4.06 | 15.55 | - |
| YUV | 56.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 111 | 0.57 | 0.55 | 0 | 0.56 | 238.1 | 0.4 | 0.31 |
| Hex | 30 | 32 | 6F | 39 | 37 | 0 | 38 | EE | 28 | 1F |
| Octal | 60 | 62 | 157 | 71 | 67 | 0 | 70 | 356 | 50 | 37 |
| Binary | 110000 | 110010 | 1101111 | 111001 | 110111 | 0 | 111000 | 11101110 | 101000 | 11111 |
Color Harmonies of #30326F
Complementary color
Monochromatic Colors of #30326F
Black with #30326F
Text Example
Text Example
White with #30326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30326F; }
p { color: rgb(48,50,111); }
H1.HeaderClassName
{
color: #30326F;
}
.AnyTagClassName
{
color: #30326F;
}
</style>
background-color css
<style>
a { background-color: #30326F; }
a { background-color: rgb(48,50,111); }
div.DivClassName
{
background-color: #30326F;
}
.BgClassName
{
background-color: #30326F;
}
</style>
border-color css
<style>
span { border-color: #30326F; }
span { border-color: rgb(48,50,111); }
td.TdClassName
{
border-color: #30326F;
}
.TagClassName
{
border-color: #30326F;
}
</style>