Shades of Ultramarine #3203B8
Tints of Ultramarine #3203B8
RGB
CMYK
RGB Variations
Color information
#3203B8 (or 0x3203B8) is known color: Ultramarine. HEX triplet: 32, 03 and B8. RGB value is (50,3,184). Sum of RGB (Red+Green+Blue) = 50+3+184=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 184 (72.27% from 255 or 77.64% from 237); Max value from RGB is 184 - color contains mainly: blue. Hex color #3203B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203B8 is #CDFC47. Grayscale: #252525. Windows color (decimal): -13499464 or 12059442. OLE color: 12059442.
HSL color Cylindrical-coordinate representation of color #3203B8: hue angle of 255.58º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203B8 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 3 | 184 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.28 |
| HSL | 255.58º | 0.97% | 0.37% | - |
| HSV(B) | 255.58º | 0.98% | 0.72% | - |
| XYZ | 10 | 4.2 | 45.63 | - |
| YUV | 37.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 184 | 0.73 | 0.98 | 0 | 0.28 | 255.58 | 0.97 | 0.37 |
| Hex | 32 | 3 | B8 | 49 | 62 | 0 | 1C | 100 | 61 | 25 |
| Octal | 62 | 3 | 270 | 111 | 142 | 0 | 34 | 400 | 141 | 45 |
| Binary | 110010 | 11 | 10111000 | 1001001 | 1100010 | 0 | 11100 | 100000000 | 1100001 | 100101 |
Color Harmonies of #3203B8
Complementary color
Monochromatic Colors of #3203B8
Black with #3203B8
Text Example
Text Example
White with #3203B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203B8; }
p { color: rgb(50,3,184); }
H1.HeaderClassName
{
color: #3203B8;
}
.AnyTagClassName
{
color: #3203B8;
}
</style>
background-color css
<style>
a { background-color: #3203B8; }
a { background-color: rgb(50,3,184); }
div.DivClassName
{
background-color: #3203B8;
}
.BgClassName
{
background-color: #3203B8;
}
</style>
border-color css
<style>
span { border-color: #3203B8; }
span { border-color: rgb(50,3,184); }
td.TdClassName
{
border-color: #3203B8;
}
.TagClassName
{
border-color: #3203B8;
}
</style>