Shades of Deep Koamaru #303265
Tints of Deep Koamaru #303265
RGB
CMYK
RGB Variations
Color information
#303265 (or 0x303265) is known color: Deep Koamaru. HEX triplet: 30, 32 and 65. RGB value is (48,50,101). Sum of RGB (Red+Green+Blue) = 48+50+101=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #303265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303265 is #CFCD9A. Grayscale: #373737. Windows color (decimal): -13618587 or 6631984. OLE color: 6631984.
HSL color Cylindrical-coordinate representation of color #303265: hue angle of 237.74º 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 #303265 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 50 | 101 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.60 |
| HSL | 237.74º | 0.36% | 0.29% | - |
| HSV(B) | 237.74º | 0.52% | 0.4% | - |
| XYZ | 4.71 | 3.85 | 12.81 | - |
| YUV | 55.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 101 | 0.52 | 0.50 | 0 | 0.60 | 237.74 | 0.36 | 0.29 |
| Hex | 30 | 32 | 65 | 34 | 32 | 0 | 3C | EE | 24 | 1D |
| Octal | 60 | 62 | 145 | 64 | 62 | 0 | 74 | 356 | 44 | 35 |
| Binary | 110000 | 110010 | 1100101 | 110100 | 110010 | 0 | 111100 | 11101110 | 100100 | 11101 |
Color Harmonies of #303265
Complementary color
Monochromatic Colors of #303265
Black with #303265
Text Example
Text Example
White with #303265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303265; }
p { color: rgb(48,50,101); }
H1.HeaderClassName
{
color: #303265;
}
.AnyTagClassName
{
color: #303265;
}
</style>
background-color css
<style>
a { background-color: #303265; }
a { background-color: rgb(48,50,101); }
div.DivClassName
{
background-color: #303265;
}
.BgClassName
{
background-color: #303265;
}
</style>
border-color css
<style>
span { border-color: #303265; }
span { border-color: rgb(48,50,101); }
td.TdClassName
{
border-color: #303265;
}
.TagClassName
{
border-color: #303265;
}
</style>