Shades of Ultramarine #3507B1
Tints of Ultramarine #3507B1
RGB
CMYK
RGB Variations
Color information
#3507B1 (or 0x3507B1) is known color: Ultramarine. HEX triplet: 35, 07 and B1. RGB value is (53,7,177). Sum of RGB (Red+Green+Blue) = 53+7+177=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #3507B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3507B1 is #CAF84E. Grayscale: #272727. Windows color (decimal): -13301839 or 11601717. OLE color: 11601717.
HSL color Cylindrical-coordinate representation of color #3507B1: hue angle of 256.24º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3507B1 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 7 | 177 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.31 |
| HSL | 256.24º | 0.92% | 0.36% | - |
| HSV(B) | 256.24º | 0.96% | 0.69% | - |
| XYZ | 9.48 | 4.08 | 41.88 | - |
| YUV | 40.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 177 | 0.70 | 0.96 | 0 | 0.31 | 256.24 | 0.92 | 0.36 |
| Hex | 35 | 7 | B1 | 46 | 60 | 0 | 1F | 100 | 5C | 24 |
| Octal | 65 | 7 | 261 | 106 | 140 | 0 | 37 | 400 | 134 | 44 |
| Binary | 110101 | 111 | 10110001 | 1000110 | 1100000 | 0 | 11111 | 100000000 | 1011100 | 100100 |
Color Harmonies of #3507B1
Complementary color
Monochromatic Colors of #3507B1
Black with #3507B1
Text Example
Text Example
White with #3507B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507B1; }
p { color: rgb(53,7,177); }
H1.HeaderClassName
{
color: #3507B1;
}
.AnyTagClassName
{
color: #3507B1;
}
</style>
background-color css
<style>
a { background-color: #3507B1; }
a { background-color: rgb(53,7,177); }
div.DivClassName
{
background-color: #3507B1;
}
.BgClassName
{
background-color: #3507B1;
}
</style>
border-color css
<style>
span { border-color: #3507B1; }
span { border-color: rgb(53,7,177); }
td.TdClassName
{
border-color: #3507B1;
}
.TagClassName
{
border-color: #3507B1;
}
</style>