Shades of Royal Blue #3A6BDF
Tints of Royal Blue #3A6BDF
RGB
CMYK
RGB Variations
Color information
#3A6BDF (or 0x3A6BDF) is known color: Royal Blue. HEX triplet: 3A, 6B and DF. RGB value is (58,107,223). Sum of RGB (Red+Green+Blue) = 58+107+223=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BDF is #C59420. Grayscale: #696969. Windows color (decimal): -12948513 or 14641978. OLE color: 14641978.
HSL color Cylindrical-coordinate representation of color #3A6BDF: hue angle of 222.18º degrees, saturation: 0.72, 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 #3A6BDF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 107 | 223 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.13 |
| HSL | 222.18º | 0.72% | 0.55% | - |
| HSV(B) | 222.18º | 0.74% | 0.87% | - |
| XYZ | 20.32 | 16.74 | 71.97 | - |
| YUV | 105.57 | 194.27 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 223 | 0.74 | 0.52 | 0 | 0.13 | 222.18 | 0.72 | 0.55 |
| Hex | 3A | 6B | DF | 4A | 34 | 0 | D | DE | 48 | 37 |
| Octal | 72 | 153 | 337 | 112 | 64 | 0 | 15 | 336 | 110 | 67 |
| Binary | 111010 | 1101011 | 11011111 | 1001010 | 110100 | 0 | 1101 | 11011110 | 1001000 | 110111 |
Color Harmonies of #3A6BDF
Complementary color
Monochromatic Colors of #3A6BDF
Black with #3A6BDF
Text Example
Text Example
White with #3A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BDF; }
p { color: rgb(58,107,223); }
H1.HeaderClassName
{
color: #3A6BDF;
}
.AnyTagClassName
{
color: #3A6BDF;
}
</style>
background-color css
<style>
a { background-color: #3A6BDF; }
a { background-color: rgb(58,107,223); }
div.DivClassName
{
background-color: #3A6BDF;
}
.BgClassName
{
background-color: #3A6BDF;
}
</style>
border-color css
<style>
span { border-color: #3A6BDF; }
span { border-color: rgb(58,107,223); }
td.TdClassName
{
border-color: #3A6BDF;
}
.TagClassName
{
border-color: #3A6BDF;
}
</style>