Shades of Deep Koamaru #2F356C
Tints of Deep Koamaru #2F356C
RGB
CMYK
RGB Variations
Color information
#2F356C (or 0x2F356C) is known color: Deep Koamaru. HEX triplet: 2F, 35 and 6C. RGB value is (47,53,108). Sum of RGB (Red+Green+Blue) = 47+53+108=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F356C is #D0CA93. Grayscale: #393939. Windows color (decimal): -13683348 or 7091503. OLE color: 7091503.
HSL color Cylindrical-coordinate representation of color #2F356C: hue angle of 234.1º 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 #2F356C is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 53 | 108 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.58 |
| HSL | 234.1º | 0.39% | 0.3% | - |
| HSV(B) | 234.1º | 0.56% | 0.42% | - |
| XYZ | 5.15 | 4.23 | 14.73 | - |
| YUV | 57.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 108 | 0.56 | 0.51 | 0 | 0.58 | 234.1 | 0.39 | 0.3 |
| Hex | 2F | 35 | 6C | 38 | 33 | 0 | 3A | EA | 27 | 1E |
| Octal | 57 | 65 | 154 | 70 | 63 | 0 | 72 | 352 | 47 | 36 |
| Binary | 101111 | 110101 | 1101100 | 111000 | 110011 | 0 | 111010 | 11101010 | 100111 | 11110 |
Color Harmonies of #2F356C
Complementary color
Monochromatic Colors of #2F356C
Black with #2F356C
Text Example
Text Example
White with #2F356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F356C; }
p { color: rgb(47,53,108); }
H1.HeaderClassName
{
color: #2F356C;
}
.AnyTagClassName
{
color: #2F356C;
}
</style>
background-color css
<style>
a { background-color: #2F356C; }
a { background-color: rgb(47,53,108); }
div.DivClassName
{
background-color: #2F356C;
}
.BgClassName
{
background-color: #2F356C;
}
</style>
border-color css
<style>
span { border-color: #2F356C; }
span { border-color: rgb(47,53,108); }
td.TdClassName
{
border-color: #2F356C;
}
.TagClassName
{
border-color: #2F356C;
}
</style>