Shades of Deep Koamaru #2F306A
Tints of Deep Koamaru #2F306A
RGB
CMYK
RGB Variations
Color information
#2F306A (or 0x2F306A) is known color: Deep Koamaru. HEX triplet: 2F, 30 and 6A. RGB value is (47,48,106). Sum of RGB (Red+Green+Blue) = 47+48+106=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F306A is #D0CF95. Grayscale: #363636. Windows color (decimal): -13684630 or 6959151. OLE color: 6959151.
HSL color Cylindrical-coordinate representation of color #2F306A: hue angle of 238.98º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F306A is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 48 | 106 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.58 |
| HSL | 238.98º | 0.39% | 0.3% | - |
| HSV(B) | 238.98º | 0.56% | 0.42% | - |
| XYZ | 4.83 | 3.76 | 14.11 | - |
| YUV | 54.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 106 | 0.56 | 0.55 | 0 | 0.58 | 238.98 | 0.39 | 0.3 |
| Hex | 2F | 30 | 6A | 38 | 37 | 0 | 3A | EF | 27 | 1E |
| Octal | 57 | 60 | 152 | 70 | 67 | 0 | 72 | 357 | 47 | 36 |
| Binary | 101111 | 110000 | 1101010 | 111000 | 110111 | 0 | 111010 | 11101111 | 100111 | 11110 |
Color Harmonies of #2F306A
Complementary color
Monochromatic Colors of #2F306A
Black with #2F306A
Text Example
Text Example
White with #2F306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F306A; }
p { color: rgb(47,48,106); }
H1.HeaderClassName
{
color: #2F306A;
}
.AnyTagClassName
{
color: #2F306A;
}
</style>
background-color css
<style>
a { background-color: #2F306A; }
a { background-color: rgb(47,48,106); }
div.DivClassName
{
background-color: #2F306A;
}
.BgClassName
{
background-color: #2F306A;
}
</style>
border-color css
<style>
span { border-color: #2F306A; }
span { border-color: rgb(47,48,106); }
td.TdClassName
{
border-color: #2F306A;
}
.TagClassName
{
border-color: #2F306A;
}
</style>