Shades of Ultramarine #3808AF
Tints of Ultramarine #3808AF
RGB
CMYK
RGB Variations
Color information
#3808AF (or 0x3808AF) is known color: Ultramarine. HEX triplet: 38, 08 and AF. RGB value is (56,8,175). Sum of RGB (Red+Green+Blue) = 56+8+175=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #3808AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3808AF is #C7F750. Grayscale: #282828. Windows color (decimal): -13104977 or 11470904. OLE color: 11470904.
HSL color Cylindrical-coordinate representation of color #3808AF: hue angle of 257.25º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3808AF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 8 | 175 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.31 |
| HSL | 257.25º | 0.91% | 0.36% | - |
| HSV(B) | 257.25º | 0.95% | 0.69% | - |
| XYZ | 9.46 | 4.11 | 40.85 | - |
| YUV | 41.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 175 | 0.68 | 0.95 | 0 | 0.31 | 257.25 | 0.91 | 0.36 |
| Hex | 38 | 8 | AF | 44 | 5F | 0 | 1F | 101 | 5B | 24 |
| Octal | 70 | 10 | 257 | 104 | 137 | 0 | 37 | 401 | 133 | 44 |
| Binary | 111000 | 1000 | 10101111 | 1000100 | 1011111 | 0 | 11111 | 100000001 | 1011011 | 100100 |
Color Harmonies of #3808AF
Complementary color
Monochromatic Colors of #3808AF
Black with #3808AF
Text Example
Text Example
White with #3808AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3808AF; }
p { color: rgb(56,8,175); }
H1.HeaderClassName
{
color: #3808AF;
}
.AnyTagClassName
{
color: #3808AF;
}
</style>
background-color css
<style>
a { background-color: #3808AF; }
a { background-color: rgb(56,8,175); }
div.DivClassName
{
background-color: #3808AF;
}
.BgClassName
{
background-color: #3808AF;
}
</style>
border-color css
<style>
span { border-color: #3808AF; }
span { border-color: rgb(56,8,175); }
td.TdClassName
{
border-color: #3808AF;
}
.TagClassName
{
border-color: #3808AF;
}
</style>