Shades of Deep Koamaru #302F67
Tints of Deep Koamaru #302F67
RGB
CMYK
RGB Variations
Color information
#302F67 (or 0x302F67) is known color: Deep Koamaru. HEX triplet: 30, 2F and 67. RGB value is (48,47,103). Sum of RGB (Red+Green+Blue) = 48+47+103=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #302F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F67 is #CFD098. Grayscale: #353535. Windows color (decimal): -13619353 or 6762288. OLE color: 6762288.
HSL color Cylindrical-coordinate representation of color #302F67: hue angle of 241.07º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302F67 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 47 | 103 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.60 |
| HSL | 241.07º | 0.37% | 0.29% | - |
| HSV(B) | 241.07º | 0.54% | 0.4% | - |
| XYZ | 4.68 | 3.64 | 13.29 | - |
| YUV | 53.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 103 | 0.53 | 0.54 | 0 | 0.60 | 241.07 | 0.37 | 0.29 |
| Hex | 30 | 2F | 67 | 35 | 36 | 0 | 3C | F1 | 25 | 1D |
| Octal | 60 | 57 | 147 | 65 | 66 | 0 | 74 | 361 | 45 | 35 |
| Binary | 110000 | 101111 | 1100111 | 110101 | 110110 | 0 | 111100 | 11110001 | 100101 | 11101 |
Color Harmonies of #302F67
Complementary color
Monochromatic Colors of #302F67
Black with #302F67
Text Example
Text Example
White with #302F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F67; }
p { color: rgb(48,47,103); }
H1.HeaderClassName
{
color: #302F67;
}
.AnyTagClassName
{
color: #302F67;
}
</style>
background-color css
<style>
a { background-color: #302F67; }
a { background-color: rgb(48,47,103); }
div.DivClassName
{
background-color: #302F67;
}
.BgClassName
{
background-color: #302F67;
}
</style>
border-color css
<style>
span { border-color: #302F67; }
span { border-color: rgb(48,47,103); }
td.TdClassName
{
border-color: #302F67;
}
.TagClassName
{
border-color: #302F67;
}
</style>