Shades of Deep Koamaru #2F3363
Tints of Deep Koamaru #2F3363
RGB
CMYK
RGB Variations
Color information
#2F3363 (or 0x2F3363) is known color: Deep Koamaru. HEX triplet: 2F, 33 and 63. RGB value is (47,51,99). Sum of RGB (Red+Green+Blue) = 47+51+99=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3363 is #D0CC9C. Grayscale: #373737. Windows color (decimal): -13683869 or 6501167. OLE color: 6501167.
HSL color Cylindrical-coordinate representation of color #2F3363: hue angle of 235.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F3363 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 51 | 99 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.61 |
| HSL | 235.38º | 0.36% | 0.29% | - |
| HSV(B) | 235.38º | 0.53% | 0.39% | - |
| XYZ | 4.61 | 3.87 | 12.31 | - |
| YUV | 55.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 99 | 0.53 | 0.48 | 0 | 0.61 | 235.38 | 0.36 | 0.29 |
| Hex | 2F | 33 | 63 | 35 | 30 | 0 | 3D | EB | 24 | 1D |
| Octal | 57 | 63 | 143 | 65 | 60 | 0 | 75 | 353 | 44 | 35 |
| Binary | 101111 | 110011 | 1100011 | 110101 | 110000 | 0 | 111101 | 11101011 | 100100 | 11101 |
Color Harmonies of #2F3363
Complementary color
Monochromatic Colors of #2F3363
Black with #2F3363
Text Example
Text Example
White with #2F3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3363; }
p { color: rgb(47,51,99); }
H1.HeaderClassName
{
color: #2F3363;
}
.AnyTagClassName
{
color: #2F3363;
}
</style>
background-color css
<style>
a { background-color: #2F3363; }
a { background-color: rgb(47,51,99); }
div.DivClassName
{
background-color: #2F3363;
}
.BgClassName
{
background-color: #2F3363;
}
</style>
border-color css
<style>
span { border-color: #2F3363; }
span { border-color: rgb(47,51,99); }
td.TdClassName
{
border-color: #2F3363;
}
.TagClassName
{
border-color: #2F3363;
}
</style>