Shades of Deep Koamaru #30287B
Tints of Deep Koamaru #30287B
RGB
CMYK
RGB Variations
Color information
#30287B (or 0x30287B) is known color: Deep Koamaru. HEX triplet: 30, 28 and 7B. RGB value is (48,40,123). Sum of RGB (Red+Green+Blue) = 48+40+123=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #30287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30287B is #CFD784. Grayscale: #333333. Windows color (decimal): -13621125 or 8071216. OLE color: 8071216.
HSL color Cylindrical-coordinate representation of color #30287B: hue angle of 245.78º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30287B is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 40 | 123 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.52 |
| HSL | 245.78º | 0.51% | 0.32% | - |
| HSV(B) | 245.78º | 0.67% | 0.48% | - |
| XYZ | 5.55 | 3.58 | 19.14 | - |
| YUV | 51.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 123 | 0.61 | 0.67 | 0 | 0.52 | 245.78 | 0.51 | 0.32 |
| Hex | 30 | 28 | 7B | 3D | 43 | 0 | 34 | F6 | 33 | 20 |
| Octal | 60 | 50 | 173 | 75 | 103 | 0 | 64 | 366 | 63 | 40 |
| Binary | 110000 | 101000 | 1111011 | 111101 | 1000011 | 0 | 110100 | 11110110 | 110011 | 100000 |
Color Harmonies of #30287B
Complementary color
Monochromatic Colors of #30287B
Black with #30287B
Text Example
Text Example
White with #30287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30287B; }
p { color: rgb(48,40,123); }
H1.HeaderClassName
{
color: #30287B;
}
.AnyTagClassName
{
color: #30287B;
}
</style>
background-color css
<style>
a { background-color: #30287B; }
a { background-color: rgb(48,40,123); }
div.DivClassName
{
background-color: #30287B;
}
.BgClassName
{
background-color: #30287B;
}
</style>
border-color css
<style>
span { border-color: #30287B; }
span { border-color: rgb(48,40,123); }
td.TdClassName
{
border-color: #30287B;
}
.TagClassName
{
border-color: #30287B;
}
</style>