Shades of Royal Blue #3A6CFB
Tints of Royal Blue #3A6CFB
RGB
CMYK
RGB Variations
Color information
#3A6CFB (or 0x3A6CFB) is known color: Royal Blue. HEX triplet: 3A, 6C and FB. RGB value is (58,108,251). Sum of RGB (Red+Green+Blue) = 58+108+251=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6CFB is #C59304. Grayscale: #6C6C6C. Windows color (decimal): -12948229 or 16477242. OLE color: 16477242.
HSL color Cylindrical-coordinate representation of color #3A6CFB: hue angle of 224.46º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6CFB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 108 | 251 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.02 |
| HSL | 224.46º | 0.96% | 0.61% | - |
| HSV(B) | 224.46º | 0.77% | 0.98% | - |
| XYZ | 24.52 | 18.59 | 93.56 | - |
| YUV | 109.35 | 207.94 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 251 | 0.77 | 0.57 | 0 | 0.02 | 224.46 | 0.96 | 0.61 |
| Hex | 3A | 6C | FB | 4D | 39 | 0 | 2 | E0 | 60 | 3D |
| Octal | 72 | 154 | 373 | 115 | 71 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111010 | 1101100 | 11111011 | 1001101 | 111001 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3A6CFB
Complementary color
Monochromatic Colors of #3A6CFB
Black with #3A6CFB
Text Example
Text Example
White with #3A6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CFB; }
p { color: rgb(58,108,251); }
H1.HeaderClassName
{
color: #3A6CFB;
}
.AnyTagClassName
{
color: #3A6CFB;
}
</style>
background-color css
<style>
a { background-color: #3A6CFB; }
a { background-color: rgb(58,108,251); }
div.DivClassName
{
background-color: #3A6CFB;
}
.BgClassName
{
background-color: #3A6CFB;
}
</style>
border-color css
<style>
span { border-color: #3A6CFB; }
span { border-color: rgb(58,108,251); }
td.TdClassName
{
border-color: #3A6CFB;
}
.TagClassName
{
border-color: #3A6CFB;
}
</style>