Shades of Royal Blue #3A6BCB
Tints of Royal Blue #3A6BCB
RGB
CMYK
RGB Variations
Color information
#3A6BCB (or 0x3A6BCB) is known color: Royal Blue. HEX triplet: 3A, 6B and CB. RGB value is (58,107,203). Sum of RGB (Red+Green+Blue) = 58+107+203=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A6BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BCB is #C59434. Grayscale: #666666. Windows color (decimal): -12948533 or 13331258. OLE color: 13331258.
HSL color Cylindrical-coordinate representation of color #3A6BCB: hue angle of 219.72º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6BCB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 107 | 203 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.20 |
| HSL | 219.72º | 0.58% | 0.51% | - |
| HSV(B) | 219.72º | 0.71% | 0.8% | - |
| XYZ | 17.78 | 15.73 | 58.6 | - |
| YUV | 103.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 203 | 0.71 | 0.47 | 0 | 0.20 | 219.72 | 0.58 | 0.51 |
| Hex | 3A | 6B | CB | 47 | 2F | 0 | 14 | DC | 3A | 33 |
| Octal | 72 | 153 | 313 | 107 | 57 | 0 | 24 | 334 | 72 | 63 |
| Binary | 111010 | 1101011 | 11001011 | 1000111 | 101111 | 0 | 10100 | 11011100 | 111010 | 110011 |
Color Harmonies of #3A6BCB
Complementary color
Monochromatic Colors of #3A6BCB
Black with #3A6BCB
Text Example
Text Example
White with #3A6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BCB; }
p { color: rgb(58,107,203); }
H1.HeaderClassName
{
color: #3A6BCB;
}
.AnyTagClassName
{
color: #3A6BCB;
}
</style>
background-color css
<style>
a { background-color: #3A6BCB; }
a { background-color: rgb(58,107,203); }
div.DivClassName
{
background-color: #3A6BCB;
}
.BgClassName
{
background-color: #3A6BCB;
}
</style>
border-color css
<style>
span { border-color: #3A6BCB; }
span { border-color: rgb(58,107,203); }
td.TdClassName
{
border-color: #3A6BCB;
}
.TagClassName
{
border-color: #3A6BCB;
}
</style>