Shades of Deep Koamaru #302F5C
Tints of Deep Koamaru #302F5C
RGB
CMYK
RGB Variations
Color information
#302F5C (or 0x302F5C) is known color: Deep Koamaru. HEX triplet: 30, 2F and 5C. RGB value is (48,47,92). Sum of RGB (Red+Green+Blue) = 48+47+92=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #302F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F5C is #CFD0A3. Grayscale: #343434. Windows color (decimal): -13619364 or 6041392. OLE color: 6041392.
HSL color Cylindrical-coordinate representation of color #302F5C: hue angle of 241.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302F5C is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 47 | 92 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.64 |
| HSL | 241.33º | 0.32% | 0.27% | - |
| HSV(B) | 241.33º | 0.49% | 0.36% | - |
| XYZ | 4.17 | 3.43 | 10.57 | - |
| YUV | 52.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 92 | 0.48 | 0.49 | 0 | 0.64 | 241.33 | 0.32 | 0.27 |
| Hex | 30 | 2F | 5C | 30 | 31 | 0 | 40 | F1 | 20 | 1B |
| Octal | 60 | 57 | 134 | 60 | 61 | 0 | 100 | 361 | 40 | 33 |
| Binary | 110000 | 101111 | 1011100 | 110000 | 110001 | 0 | 1000000 | 11110001 | 100000 | 11011 |
Color Harmonies of #302F5C
Complementary color
Monochromatic Colors of #302F5C
Black with #302F5C
Text Example
Text Example
White with #302F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F5C; }
p { color: rgb(48,47,92); }
H1.HeaderClassName
{
color: #302F5C;
}
.AnyTagClassName
{
color: #302F5C;
}
</style>
background-color css
<style>
a { background-color: #302F5C; }
a { background-color: rgb(48,47,92); }
div.DivClassName
{
background-color: #302F5C;
}
.BgClassName
{
background-color: #302F5C;
}
</style>
border-color css
<style>
span { border-color: #302F5C; }
span { border-color: rgb(48,47,92); }
td.TdClassName
{
border-color: #302F5C;
}
.TagClassName
{
border-color: #302F5C;
}
</style>