Shades of Ultramarine #2F209C
Tints of Ultramarine #2F209C
RGB
CMYK
RGB Variations
Color information
#2F209C (or 0x2F209C) is known color: Ultramarine. HEX triplet: 2F, 20 and 9C. RGB value is (47,32,156). Sum of RGB (Red+Green+Blue) = 47+32+156=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F209C is #D0DF63. Grayscale: #323232. Windows color (decimal): -13688676 or 10231855. OLE color: 10231855.
HSL color Cylindrical-coordinate representation of color #2F209C: hue angle of 247.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F209C is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 32 | 156 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.39 |
| HSL | 247.26º | 0.66% | 0.37% | - |
| HSV(B) | 247.26º | 0.79% | 0.61% | - |
| XYZ | 7.69 | 4.04 | 31.83 | - |
| YUV | 50.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 156 | 0.70 | 0.79 | 0 | 0.39 | 247.26 | 0.66 | 0.37 |
| Hex | 2F | 20 | 9C | 46 | 4F | 0 | 27 | F7 | 42 | 25 |
| Octal | 57 | 40 | 234 | 106 | 117 | 0 | 47 | 367 | 102 | 45 |
| Binary | 101111 | 100000 | 10011100 | 1000110 | 1001111 | 0 | 100111 | 11110111 | 1000010 | 100101 |
Color Harmonies of #2F209C
Complementary color
Monochromatic Colors of #2F209C
Black with #2F209C
Text Example
Text Example
White with #2F209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F209C; }
p { color: rgb(47,32,156); }
H1.HeaderClassName
{
color: #2F209C;
}
.AnyTagClassName
{
color: #2F209C;
}
</style>
background-color css
<style>
a { background-color: #2F209C; }
a { background-color: rgb(47,32,156); }
div.DivClassName
{
background-color: #2F209C;
}
.BgClassName
{
background-color: #2F209C;
}
</style>
border-color css
<style>
span { border-color: #2F209C; }
span { border-color: rgb(47,32,156); }
td.TdClassName
{
border-color: #2F209C;
}
.TagClassName
{
border-color: #2F209C;
}
</style>