Shades of Deep Koamaru #2F3562
Tints of Deep Koamaru #2F3562
RGB
CMYK
RGB Variations
Color information
#2F3562 (or 0x2F3562) is known color: Deep Koamaru. HEX triplet: 2F, 35 and 62. RGB value is (47,53,98). Sum of RGB (Red+Green+Blue) = 47+53+98=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F3562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3562 is #D0CA9D. Grayscale: #383838. Windows color (decimal): -13683358 or 6436143. OLE color: 6436143.
HSL color Cylindrical-coordinate representation of color #2F3562: hue angle of 232.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F3562 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 53 | 98 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.62 |
| HSL | 232.94º | 0.35% | 0.28% | - |
| HSV(B) | 232.94º | 0.52% | 0.38% | - |
| XYZ | 4.65 | 4.03 | 12.09 | - |
| YUV | 56.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 98 | 0.52 | 0.46 | 0 | 0.62 | 232.94 | 0.35 | 0.28 |
| Hex | 2F | 35 | 62 | 34 | 2E | 0 | 3E | E9 | 23 | 1C |
| Octal | 57 | 65 | 142 | 64 | 56 | 0 | 76 | 351 | 43 | 34 |
| Binary | 101111 | 110101 | 1100010 | 110100 | 101110 | 0 | 111110 | 11101001 | 100011 | 11100 |
Color Harmonies of #2F3562
Complementary color
Monochromatic Colors of #2F3562
Black with #2F3562
Text Example
Text Example
White with #2F3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3562; }
p { color: rgb(47,53,98); }
H1.HeaderClassName
{
color: #2F3562;
}
.AnyTagClassName
{
color: #2F3562;
}
</style>
background-color css
<style>
a { background-color: #2F3562; }
a { background-color: rgb(47,53,98); }
div.DivClassName
{
background-color: #2F3562;
}
.BgClassName
{
background-color: #2F3562;
}
</style>
border-color css
<style>
span { border-color: #2F3562; }
span { border-color: rgb(47,53,98); }
td.TdClassName
{
border-color: #2F3562;
}
.TagClassName
{
border-color: #2F3562;
}
</style>