Shades of Deep Koamaru #303464
Tints of Deep Koamaru #303464
RGB
CMYK
RGB Variations
Color information
#303464 (or 0x303464) is known color: Deep Koamaru. HEX triplet: 30, 34 and 64. RGB value is (48,52,100). Sum of RGB (Red+Green+Blue) = 48+52+100=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #303464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303464 is #CFCB9B. Grayscale: #383838. Windows color (decimal): -13618076 or 6566960. OLE color: 6566960.
HSL color Cylindrical-coordinate representation of color #303464: hue angle of 235.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303464 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 52 | 100 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.61 |
| HSL | 235.38º | 0.35% | 0.29% | - |
| HSV(B) | 235.38º | 0.52% | 0.39% | - |
| XYZ | 4.75 | 4 | 12.58 | - |
| YUV | 56.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 100 | 0.52 | 0.48 | 0 | 0.61 | 235.38 | 0.35 | 0.29 |
| Hex | 30 | 34 | 64 | 34 | 30 | 0 | 3D | EB | 23 | 1D |
| Octal | 60 | 64 | 144 | 64 | 60 | 0 | 75 | 353 | 43 | 35 |
| Binary | 110000 | 110100 | 1100100 | 110100 | 110000 | 0 | 111101 | 11101011 | 100011 | 11101 |
Color Harmonies of #303464
Complementary color
Monochromatic Colors of #303464
Black with #303464
Text Example
Text Example
White with #303464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303464; }
p { color: rgb(48,52,100); }
H1.HeaderClassName
{
color: #303464;
}
.AnyTagClassName
{
color: #303464;
}
</style>
background-color css
<style>
a { background-color: #303464; }
a { background-color: rgb(48,52,100); }
div.DivClassName
{
background-color: #303464;
}
.BgClassName
{
background-color: #303464;
}
</style>
border-color css
<style>
span { border-color: #303464; }
span { border-color: rgb(48,52,100); }
td.TdClassName
{
border-color: #303464;
}
.TagClassName
{
border-color: #303464;
}
</style>