Shades of Deep Koamaru #303664
Tints of Deep Koamaru #303664
RGB
CMYK
RGB Variations
Color information
#303664 (or 0x303664) is known color: Deep Koamaru. HEX triplet: 30, 36 and 64. RGB value is (48,54,100). Sum of RGB (Red+Green+Blue) = 48+54+100=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #303664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303664 is #CFC99B. Grayscale: #393939. Windows color (decimal): -13617564 or 6567472. OLE color: 6567472.
HSL color Cylindrical-coordinate representation of color #303664: hue angle of 233.08º 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 #303664 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 54 | 100 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.61 |
| HSL | 233.08º | 0.35% | 0.29% | - |
| HSV(B) | 233.08º | 0.52% | 0.39% | - |
| XYZ | 4.84 | 4.19 | 12.61 | - |
| YUV | 57.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 100 | 0.52 | 0.46 | 0 | 0.61 | 233.08 | 0.35 | 0.29 |
| Hex | 30 | 36 | 64 | 34 | 2E | 0 | 3D | E9 | 23 | 1D |
| Octal | 60 | 66 | 144 | 64 | 56 | 0 | 75 | 351 | 43 | 35 |
| Binary | 110000 | 110110 | 1100100 | 110100 | 101110 | 0 | 111101 | 11101001 | 100011 | 11101 |
Color Harmonies of #303664
Complementary color
Monochromatic Colors of #303664
Black with #303664
Text Example
Text Example
White with #303664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303664; }
p { color: rgb(48,54,100); }
H1.HeaderClassName
{
color: #303664;
}
.AnyTagClassName
{
color: #303664;
}
</style>
background-color css
<style>
a { background-color: #303664; }
a { background-color: rgb(48,54,100); }
div.DivClassName
{
background-color: #303664;
}
.BgClassName
{
background-color: #303664;
}
</style>
border-color css
<style>
span { border-color: #303664; }
span { border-color: rgb(48,54,100); }
td.TdClassName
{
border-color: #303664;
}
.TagClassName
{
border-color: #303664;
}
</style>