Shades of Royal Blue #3A65DD
Tints of Royal Blue #3A65DD
RGB
CMYK
RGB Variations
Color information
#3A65DD (or 0x3A65DD) is known color: Royal Blue. HEX triplet: 3A, 65 and DD. RGB value is (58,101,221). Sum of RGB (Red+Green+Blue) = 58+101+221=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A65DD is #C59A22. Grayscale: #656565. Windows color (decimal): -12950051 or 14509370. OLE color: 14509370.
HSL color Cylindrical-coordinate representation of color #3A65DD: hue angle of 224.17º 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 #3A65DD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 101 | 221 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.13 |
| HSL | 224.17º | 0.71% | 0.55% | - |
| HSV(B) | 224.17º | 0.74% | 0.87% | - |
| XYZ | 19.45 | 15.43 | 70.36 | - |
| YUV | 101.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 221 | 0.74 | 0.54 | 0 | 0.13 | 224.17 | 0.71 | 0.55 |
| Hex | 3A | 65 | DD | 4A | 36 | 0 | D | E0 | 47 | 37 |
| Octal | 72 | 145 | 335 | 112 | 66 | 0 | 15 | 340 | 107 | 67 |
| Binary | 111010 | 1100101 | 11011101 | 1001010 | 110110 | 0 | 1101 | 11100000 | 1000111 | 110111 |
Color Harmonies of #3A65DD
Complementary color
Monochromatic Colors of #3A65DD
Black with #3A65DD
Text Example
Text Example
White with #3A65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A65DD; }
p { color: rgb(58,101,221); }
H1.HeaderClassName
{
color: #3A65DD;
}
.AnyTagClassName
{
color: #3A65DD;
}
</style>
background-color css
<style>
a { background-color: #3A65DD; }
a { background-color: rgb(58,101,221); }
div.DivClassName
{
background-color: #3A65DD;
}
.BgClassName
{
background-color: #3A65DD;
}
</style>
border-color css
<style>
span { border-color: #3A65DD; }
span { border-color: rgb(58,101,221); }
td.TdClassName
{
border-color: #3A65DD;
}
.TagClassName
{
border-color: #3A65DD;
}
</style>