Shades of Ultramarine #3807AF
Tints of Ultramarine #3807AF
RGB
CMYK
RGB Variations
Color information
#3807AF (or 0x3807AF) is known color: Ultramarine. HEX triplet: 38, 07 and AF. RGB value is (56,7,175). Sum of RGB (Red+Green+Blue) = 56+7+175=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #3807AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3807AF is #C7F850. Grayscale: #282828. Windows color (decimal): -13105233 or 11470648. OLE color: 11470648.
HSL color Cylindrical-coordinate representation of color #3807AF: hue angle of 257.5º 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 #3807AF is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 7 | 175 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.31 |
| HSL | 257.5º | 0.92% | 0.36% | - |
| HSV(B) | 257.5º | 0.96% | 0.69% | - |
| XYZ | 9.44 | 4.09 | 40.85 | - |
| YUV | 40.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 175 | 0.68 | 0.96 | 0 | 0.31 | 257.5 | 0.92 | 0.36 |
| Hex | 38 | 7 | AF | 44 | 60 | 0 | 1F | 102 | 5C | 24 |
| Octal | 70 | 7 | 257 | 104 | 140 | 0 | 37 | 402 | 134 | 44 |
| Binary | 111000 | 111 | 10101111 | 1000100 | 1100000 | 0 | 11111 | 100000010 | 1011100 | 100100 |
Color Harmonies of #3807AF
Complementary color
Monochromatic Colors of #3807AF
Black with #3807AF
Text Example
Text Example
White with #3807AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3807AF; }
p { color: rgb(56,7,175); }
H1.HeaderClassName
{
color: #3807AF;
}
.AnyTagClassName
{
color: #3807AF;
}
</style>
background-color css
<style>
a { background-color: #3807AF; }
a { background-color: rgb(56,7,175); }
div.DivClassName
{
background-color: #3807AF;
}
.BgClassName
{
background-color: #3807AF;
}
</style>
border-color css
<style>
span { border-color: #3807AF; }
span { border-color: rgb(56,7,175); }
td.TdClassName
{
border-color: #3807AF;
}
.TagClassName
{
border-color: #3807AF;
}
</style>