Shades of Deep Koamaru #2F336C
Tints of Deep Koamaru #2F336C
RGB
CMYK
RGB Variations
Color information
#2F336C (or 0x2F336C) is known color: Deep Koamaru. HEX triplet: 2F, 33 and 6C. RGB value is (47,51,108). Sum of RGB (Red+Green+Blue) = 47+51+108=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F336C is #D0CC93. Grayscale: #383838. Windows color (decimal): -13683860 or 7090991. OLE color: 7090991.
HSL color Cylindrical-coordinate representation of color #2F336C: hue angle of 236.07º 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 #2F336C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 51 | 108 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.58 |
| HSL | 236.07º | 0.39% | 0.3% | - |
| HSV(B) | 236.07º | 0.56% | 0.42% | - |
| XYZ | 5.06 | 4.05 | 14.7 | - |
| YUV | 56.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 108 | 0.56 | 0.53 | 0 | 0.58 | 236.07 | 0.39 | 0.3 |
| Hex | 2F | 33 | 6C | 38 | 35 | 0 | 3A | EC | 27 | 1E |
| Octal | 57 | 63 | 154 | 70 | 65 | 0 | 72 | 354 | 47 | 36 |
| Binary | 101111 | 110011 | 1101100 | 111000 | 110101 | 0 | 111010 | 11101100 | 100111 | 11110 |
Color Harmonies of #2F336C
Complementary color
Monochromatic Colors of #2F336C
Black with #2F336C
Text Example
Text Example
White with #2F336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F336C; }
p { color: rgb(47,51,108); }
H1.HeaderClassName
{
color: #2F336C;
}
.AnyTagClassName
{
color: #2F336C;
}
</style>
background-color css
<style>
a { background-color: #2F336C; }
a { background-color: rgb(47,51,108); }
div.DivClassName
{
background-color: #2F336C;
}
.BgClassName
{
background-color: #2F336C;
}
</style>
border-color css
<style>
span { border-color: #2F336C; }
span { border-color: rgb(47,51,108); }
td.TdClassName
{
border-color: #2F336C;
}
.TagClassName
{
border-color: #2F336C;
}
</style>