Shades of Ultramarine #3509B0
Tints of Ultramarine #3509B0
RGB
CMYK
RGB Variations
Color information
#3509B0 (or 0x3509B0) is known color: Ultramarine. HEX triplet: 35, 09 and B0. RGB value is (53,9,176). Sum of RGB (Red+Green+Blue) = 53+9+176=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 176 (69.14% from 255 or 73.95% from 238); Max value from RGB is 176 - color contains mainly: blue. Hex color #3509B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3509B0 is #CAF64F. Grayscale: #282828. Windows color (decimal): -13301328 or 11536693. OLE color: 11536693.
HSL color Cylindrical-coordinate representation of color #3509B0: hue angle of 255.81º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3509B0 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 9 | 176 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.31 |
| HSL | 255.81º | 0.9% | 0.36% | - |
| HSV(B) | 255.81º | 0.95% | 0.69% | - |
| XYZ | 9.4 | 4.09 | 41.37 | - |
| YUV | 41.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 176 | 0.70 | 0.95 | 0 | 0.31 | 255.81 | 0.9 | 0.36 |
| Hex | 35 | 9 | B0 | 46 | 5F | 0 | 1F | 100 | 5A | 24 |
| Octal | 65 | 11 | 260 | 106 | 137 | 0 | 37 | 400 | 132 | 44 |
| Binary | 110101 | 1001 | 10110000 | 1000110 | 1011111 | 0 | 11111 | 100000000 | 1011010 | 100100 |
Color Harmonies of #3509B0
Complementary color
Monochromatic Colors of #3509B0
Black with #3509B0
Text Example
Text Example
White with #3509B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3509B0; }
p { color: rgb(53,9,176); }
H1.HeaderClassName
{
color: #3509B0;
}
.AnyTagClassName
{
color: #3509B0;
}
</style>
background-color css
<style>
a { background-color: #3509B0; }
a { background-color: rgb(53,9,176); }
div.DivClassName
{
background-color: #3509B0;
}
.BgClassName
{
background-color: #3509B0;
}
</style>
border-color css
<style>
span { border-color: #3509B0; }
span { border-color: rgb(53,9,176); }
td.TdClassName
{
border-color: #3509B0;
}
.TagClassName
{
border-color: #3509B0;
}
</style>