Shades of Deep Koamaru #302D67
Tints of Deep Koamaru #302D67
RGB
CMYK
RGB Variations
Color information
#302D67 (or 0x302D67) is known color: Deep Koamaru. HEX triplet: 30, 2D and 67. RGB value is (48,45,103). Sum of RGB (Red+Green+Blue) = 48+45+103=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #302D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D67 is #CFD298. Grayscale: #343434. Windows color (decimal): -13619865 or 6761776. OLE color: 6761776.
HSL color Cylindrical-coordinate representation of color #302D67: hue angle of 243.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302D67 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 45 | 103 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.60 |
| HSL | 243.1º | 0.39% | 0.29% | - |
| HSV(B) | 243.1º | 0.56% | 0.4% | - |
| XYZ | 4.61 | 3.48 | 13.26 | - |
| YUV | 52.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 103 | 0.53 | 0.56 | 0 | 0.60 | 243.1 | 0.39 | 0.29 |
| Hex | 30 | 2D | 67 | 35 | 38 | 0 | 3C | F3 | 27 | 1D |
| Octal | 60 | 55 | 147 | 65 | 70 | 0 | 74 | 363 | 47 | 35 |
| Binary | 110000 | 101101 | 1100111 | 110101 | 111000 | 0 | 111100 | 11110011 | 100111 | 11101 |
Color Harmonies of #302D67
Complementary color
Monochromatic Colors of #302D67
Black with #302D67
Text Example
Text Example
White with #302D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D67; }
p { color: rgb(48,45,103); }
H1.HeaderClassName
{
color: #302D67;
}
.AnyTagClassName
{
color: #302D67;
}
</style>
background-color css
<style>
a { background-color: #302D67; }
a { background-color: rgb(48,45,103); }
div.DivClassName
{
background-color: #302D67;
}
.BgClassName
{
background-color: #302D67;
}
</style>
border-color css
<style>
span { border-color: #302D67; }
span { border-color: rgb(48,45,103); }
td.TdClassName
{
border-color: #302D67;
}
.TagClassName
{
border-color: #302D67;
}
</style>