Shades of Ultramarine #3813AF
Tints of Ultramarine #3813AF
RGB
CMYK
RGB Variations
Color information
#3813AF (or 0x3813AF) is known color: Ultramarine. HEX triplet: 38, 13 and AF. RGB value is (56,19,175). Sum of RGB (Red+Green+Blue) = 56+19+175=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3813AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3813AF is #C7EC50. Grayscale: #2F2F2F. Windows color (decimal): -13102161 or 11473720. OLE color: 11473720.
HSL color Cylindrical-coordinate representation of color #3813AF: hue angle of 254.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3813AF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 19 | 175 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.31 |
| HSL | 254.23º | 0.8% | 0.38% | - |
| HSV(B) | 254.23º | 0.89% | 0.69% | - |
| XYZ | 9.6 | 4.4 | 40.9 | - |
| YUV | 47.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 175 | 0.68 | 0.89 | 0 | 0.31 | 254.23 | 0.8 | 0.38 |
| Hex | 38 | 13 | AF | 44 | 59 | 0 | 1F | FE | 50 | 26 |
| Octal | 70 | 23 | 257 | 104 | 131 | 0 | 37 | 376 | 120 | 46 |
| Binary | 111000 | 10011 | 10101111 | 1000100 | 1011001 | 0 | 11111 | 11111110 | 1010000 | 100110 |
Color Harmonies of #3813AF
Complementary color
Monochromatic Colors of #3813AF
Black with #3813AF
Text Example
Text Example
White with #3813AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813AF; }
p { color: rgb(56,19,175); }
H1.HeaderClassName
{
color: #3813AF;
}
.AnyTagClassName
{
color: #3813AF;
}
</style>
background-color css
<style>
a { background-color: #3813AF; }
a { background-color: rgb(56,19,175); }
div.DivClassName
{
background-color: #3813AF;
}
.BgClassName
{
background-color: #3813AF;
}
</style>
border-color css
<style>
span { border-color: #3813AF; }
span { border-color: rgb(56,19,175); }
td.TdClassName
{
border-color: #3813AF;
}
.TagClassName
{
border-color: #3813AF;
}
</style>