Shades of Ultramarine #3702B7
Tints of Ultramarine #3702B7
RGB
CMYK
RGB Variations
Color information
#3702B7 (or 0x3702B7) is known color: Ultramarine. HEX triplet: 37, 02 and B7. RGB value is (55,2,183). Sum of RGB (Red+Green+Blue) = 55+2+183=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 183 (71.88% from 255 or 76.25% from 240); Max value from RGB is 183 - color contains mainly: blue. Hex color #3702B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702B7 is #C8FD48. Grayscale: #252525. Windows color (decimal): -13172041 or 11993655. OLE color: 11993655.
HSL color Cylindrical-coordinate representation of color #3702B7: hue angle of 257.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702B7 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 2 | 183 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.28 |
| HSL | 257.57º | 0.98% | 0.36% | - |
| HSV(B) | 257.57º | 0.99% | 0.72% | - |
| XYZ | 10.14 | 4.27 | 45.09 | - |
| YUV | 38.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 183 | 0.70 | 0.99 | 0 | 0.28 | 257.57 | 0.98 | 0.36 |
| Hex | 37 | 2 | B7 | 46 | 63 | 0 | 1C | 102 | 62 | 24 |
| Octal | 67 | 2 | 267 | 106 | 143 | 0 | 34 | 402 | 142 | 44 |
| Binary | 110111 | 10 | 10110111 | 1000110 | 1100011 | 0 | 11100 | 100000010 | 1100010 | 100100 |
Color Harmonies of #3702B7
Complementary color
Monochromatic Colors of #3702B7
Black with #3702B7
Text Example
Text Example
White with #3702B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702B7; }
p { color: rgb(55,2,183); }
H1.HeaderClassName
{
color: #3702B7;
}
.AnyTagClassName
{
color: #3702B7;
}
</style>
background-color css
<style>
a { background-color: #3702B7; }
a { background-color: rgb(55,2,183); }
div.DivClassName
{
background-color: #3702B7;
}
.BgClassName
{
background-color: #3702B7;
}
</style>
border-color css
<style>
span { border-color: #3702B7; }
span { border-color: rgb(55,2,183); }
td.TdClassName
{
border-color: #3702B7;
}
.TagClassName
{
border-color: #3702B7;
}
</style>