Shades of Deep Koamaru #303465
Tints of Deep Koamaru #303465
RGB
CMYK
RGB Variations
Color information
#303465 (or 0x303465) is known color: Deep Koamaru. HEX triplet: 30, 34 and 65. RGB value is (48,52,101). Sum of RGB (Red+Green+Blue) = 48+52+101=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #303465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303465 is #CFCB9A. Grayscale: #383838. Windows color (decimal): -13618075 or 6632496. OLE color: 6632496.
HSL color Cylindrical-coordinate representation of color #303465: hue angle of 235.47º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303465 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 52 | 101 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.60 |
| HSL | 235.47º | 0.36% | 0.29% | - |
| HSV(B) | 235.47º | 0.52% | 0.4% | - |
| XYZ | 4.8 | 4.02 | 12.84 | - |
| YUV | 56.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 101 | 0.52 | 0.49 | 0 | 0.60 | 235.47 | 0.36 | 0.29 |
| Hex | 30 | 34 | 65 | 34 | 31 | 0 | 3C | EB | 24 | 1D |
| Octal | 60 | 64 | 145 | 64 | 61 | 0 | 74 | 353 | 44 | 35 |
| Binary | 110000 | 110100 | 1100101 | 110100 | 110001 | 0 | 111100 | 11101011 | 100100 | 11101 |
Color Harmonies of #303465
Complementary color
Monochromatic Colors of #303465
Black with #303465
Text Example
Text Example
White with #303465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303465; }
p { color: rgb(48,52,101); }
H1.HeaderClassName
{
color: #303465;
}
.AnyTagClassName
{
color: #303465;
}
</style>
background-color css
<style>
a { background-color: #303465; }
a { background-color: rgb(48,52,101); }
div.DivClassName
{
background-color: #303465;
}
.BgClassName
{
background-color: #303465;
}
</style>
border-color css
<style>
span { border-color: #303465; }
span { border-color: rgb(48,52,101); }
td.TdClassName
{
border-color: #303465;
}
.TagClassName
{
border-color: #303465;
}
</style>