Shades of Royal Blue #3A6CFA
Tints of Royal Blue #3A6CFA
RGB
CMYK
RGB Variations
Color information
#3A6CFA (or 0x3A6CFA) is known color: Royal Blue. HEX triplet: 3A, 6C and FA. RGB value is (58,108,250). Sum of RGB (Red+Green+Blue) = 58+108+250=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A6CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6CFA is #C59305. Grayscale: #6C6C6C. Windows color (decimal): -12948230 or 16411706. OLE color: 16411706.
HSL color Cylindrical-coordinate representation of color #3A6CFA: hue angle of 224.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6CFA is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 108 | 250 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.02 |
| HSL | 224.38º | 0.95% | 0.6% | - |
| HSV(B) | 224.38º | 0.77% | 0.98% | - |
| XYZ | 24.36 | 18.53 | 92.73 | - |
| YUV | 109.24 | 207.44 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 250 | 0.77 | 0.57 | 0 | 0.02 | 224.38 | 0.95 | 0.6 |
| Hex | 3A | 6C | FA | 4D | 39 | 0 | 2 | E0 | 5F | 3C |
| Octal | 72 | 154 | 372 | 115 | 71 | 0 | 2 | 340 | 137 | 74 |
| Binary | 111010 | 1101100 | 11111010 | 1001101 | 111001 | 0 | 10 | 11100000 | 1011111 | 111100 |
Color Harmonies of #3A6CFA
Complementary color
Monochromatic Colors of #3A6CFA
Black with #3A6CFA
Text Example
Text Example
White with #3A6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CFA; }
p { color: rgb(58,108,250); }
H1.HeaderClassName
{
color: #3A6CFA;
}
.AnyTagClassName
{
color: #3A6CFA;
}
</style>
background-color css
<style>
a { background-color: #3A6CFA; }
a { background-color: rgb(58,108,250); }
div.DivClassName
{
background-color: #3A6CFA;
}
.BgClassName
{
background-color: #3A6CFA;
}
</style>
border-color css
<style>
span { border-color: #3A6CFA; }
span { border-color: rgb(58,108,250); }
td.TdClassName
{
border-color: #3A6CFA;
}
.TagClassName
{
border-color: #3A6CFA;
}
</style>