Shades of Royal Blue #3A75DD
Tints of Royal Blue #3A75DD
RGB
CMYK
RGB Variations
Color information
#3A75DD (or 0x3A75DD) is known color: Royal Blue. HEX triplet: 3A, 75 and DD. RGB value is (58,117,221). Sum of RGB (Red+Green+Blue) = 58+117+221=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A75DD is #C58A22. Grayscale: #6E6E6E. Windows color (decimal): -12945955 or 14513466. OLE color: 14513466.
HSL color Cylindrical-coordinate representation of color #3A75DD: hue angle of 218.28º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A75DD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 117 | 221 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.13 |
| HSL | 218.28º | 0.71% | 0.55% | - |
| HSV(B) | 218.28º | 0.74% | 0.87% | - |
| XYZ | 21.16 | 18.84 | 70.93 | - |
| YUV | 111.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 221 | 0.74 | 0.47 | 0 | 0.13 | 218.28 | 0.71 | 0.55 |
| Hex | 3A | 75 | DD | 4A | 2F | 0 | D | DA | 47 | 37 |
| Octal | 72 | 165 | 335 | 112 | 57 | 0 | 15 | 332 | 107 | 67 |
| Binary | 111010 | 1110101 | 11011101 | 1001010 | 101111 | 0 | 1101 | 11011010 | 1000111 | 110111 |
Color Harmonies of #3A75DD
Complementary color
Monochromatic Colors of #3A75DD
Black with #3A75DD
Text Example
Text Example
White with #3A75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A75DD; }
p { color: rgb(58,117,221); }
H1.HeaderClassName
{
color: #3A75DD;
}
.AnyTagClassName
{
color: #3A75DD;
}
</style>
background-color css
<style>
a { background-color: #3A75DD; }
a { background-color: rgb(58,117,221); }
div.DivClassName
{
background-color: #3A75DD;
}
.BgClassName
{
background-color: #3A75DD;
}
</style>
border-color css
<style>
span { border-color: #3A75DD; }
span { border-color: rgb(58,117,221); }
td.TdClassName
{
border-color: #3A75DD;
}
.TagClassName
{
border-color: #3A75DD;
}
</style>