Shades of Ultramarine #3208B3
Tints of Ultramarine #3208B3
RGB
CMYK
RGB Variations
Color information
#3208B3 (or 0x3208B3) is known color: Ultramarine. HEX triplet: 32, 08 and B3. RGB value is (50,8,179). Sum of RGB (Red+Green+Blue) = 50+8+179=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #3208B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3208B3 is #CDF74C. Grayscale: #272727. Windows color (decimal): -13498189 or 11733042. OLE color: 11733042.
HSL color Cylindrical-coordinate representation of color #3208B3: hue angle of 254.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3208B3 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 8 | 179 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.30 |
| HSL | 254.74º | 0.91% | 0.37% | - |
| HSV(B) | 254.74º | 0.96% | 0.7% | - |
| XYZ | 9.54 | 4.11 | 42.94 | - |
| YUV | 40.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 179 | 0.72 | 0.96 | 0 | 0.30 | 254.74 | 0.91 | 0.37 |
| Hex | 32 | 8 | B3 | 48 | 60 | 0 | 1E | FF | 5B | 25 |
| Octal | 62 | 10 | 263 | 110 | 140 | 0 | 36 | 377 | 133 | 45 |
| Binary | 110010 | 1000 | 10110011 | 1001000 | 1100000 | 0 | 11110 | 11111111 | 1011011 | 100101 |
Color Harmonies of #3208B3
Complementary color
Monochromatic Colors of #3208B3
Black with #3208B3
Text Example
Text Example
White with #3208B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3208B3; }
p { color: rgb(50,8,179); }
H1.HeaderClassName
{
color: #3208B3;
}
.AnyTagClassName
{
color: #3208B3;
}
</style>
background-color css
<style>
a { background-color: #3208B3; }
a { background-color: rgb(50,8,179); }
div.DivClassName
{
background-color: #3208B3;
}
.BgClassName
{
background-color: #3208B3;
}
</style>
border-color css
<style>
span { border-color: #3208B3; }
span { border-color: rgb(50,8,179); }
td.TdClassName
{
border-color: #3208B3;
}
.TagClassName
{
border-color: #3208B3;
}
</style>