Shades of Deep Koamaru #302D64
Tints of Deep Koamaru #302D64
RGB
CMYK
RGB Variations
Color information
#302D64 (or 0x302D64) is known color: Deep Koamaru. HEX triplet: 30, 2D and 64. RGB value is (48,45,100). Sum of RGB (Red+Green+Blue) = 48+45+100=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #302D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D64 is #CFD29B. Grayscale: #333333. Windows color (decimal): -13619868 or 6565168. OLE color: 6565168.
HSL color Cylindrical-coordinate representation of color #302D64: hue angle of 243.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302D64 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 45 | 100 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.61 |
| HSL | 243.27º | 0.38% | 0.28% | - |
| HSV(B) | 243.27º | 0.55% | 0.39% | - |
| XYZ | 4.46 | 3.43 | 12.48 | - |
| YUV | 52.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 100 | 0.52 | 0.55 | 0 | 0.61 | 243.27 | 0.38 | 0.28 |
| Hex | 30 | 2D | 64 | 34 | 37 | 0 | 3D | F3 | 26 | 1C |
| Octal | 60 | 55 | 144 | 64 | 67 | 0 | 75 | 363 | 46 | 34 |
| Binary | 110000 | 101101 | 1100100 | 110100 | 110111 | 0 | 111101 | 11110011 | 100110 | 11100 |
Color Harmonies of #302D64
Complementary color
Monochromatic Colors of #302D64
Black with #302D64
Text Example
Text Example
White with #302D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D64; }
p { color: rgb(48,45,100); }
H1.HeaderClassName
{
color: #302D64;
}
.AnyTagClassName
{
color: #302D64;
}
</style>
background-color css
<style>
a { background-color: #302D64; }
a { background-color: rgb(48,45,100); }
div.DivClassName
{
background-color: #302D64;
}
.BgClassName
{
background-color: #302D64;
}
</style>
border-color css
<style>
span { border-color: #302D64; }
span { border-color: rgb(48,45,100); }
td.TdClassName
{
border-color: #302D64;
}
.TagClassName
{
border-color: #302D64;
}
</style>