Shades of Ultramarine #3702B6
Tints of Ultramarine #3702B6
RGB
CMYK
RGB Variations
Color information
#3702B6 (or 0x3702B6) is known color: Ultramarine. HEX triplet: 37, 02 and B6. RGB value is (55,2,182). Sum of RGB (Red+Green+Blue) = 55+2+182=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 182 (71.48% from 255 or 76.15% from 239); Max value from RGB is 182 - color contains mainly: blue. Hex color #3702B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702B6 is #C8FD49. Grayscale: #252525. Windows color (decimal): -13172042 or 11928119. OLE color: 11928119.
HSL color Cylindrical-coordinate representation of color #3702B6: hue angle of 257.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702B6 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 2 | 182 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.29 |
| HSL | 257.67º | 0.98% | 0.36% | - |
| HSV(B) | 257.67º | 0.99% | 0.71% | - |
| XYZ | 10.04 | 4.23 | 44.54 | - |
| YUV | 38.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 182 | 0.70 | 0.99 | 0 | 0.29 | 257.67 | 0.98 | 0.36 |
| Hex | 37 | 2 | B6 | 46 | 63 | 0 | 1D | 102 | 62 | 24 |
| Octal | 67 | 2 | 266 | 106 | 143 | 0 | 35 | 402 | 142 | 44 |
| Binary | 110111 | 10 | 10110110 | 1000110 | 1100011 | 0 | 11101 | 100000010 | 1100010 | 100100 |
Color Harmonies of #3702B6
Complementary color
Monochromatic Colors of #3702B6
Black with #3702B6
Text Example
Text Example
White with #3702B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702B6; }
p { color: rgb(55,2,182); }
H1.HeaderClassName
{
color: #3702B6;
}
.AnyTagClassName
{
color: #3702B6;
}
</style>
background-color css
<style>
a { background-color: #3702B6; }
a { background-color: rgb(55,2,182); }
div.DivClassName
{
background-color: #3702B6;
}
.BgClassName
{
background-color: #3702B6;
}
</style>
border-color css
<style>
span { border-color: #3702B6; }
span { border-color: rgb(55,2,182); }
td.TdClassName
{
border-color: #3702B6;
}
.TagClassName
{
border-color: #3702B6;
}
</style>