Shades of Royal Blue #3A76CC
Tints of Royal Blue #3A76CC
RGB
CMYK
RGB Variations
Color information
#3A76CC (or 0x3A76CC) is known color: Royal Blue. HEX triplet: 3A, 76 and CC. RGB value is (58,118,204). Sum of RGB (Red+Green+Blue) = 58+118+204=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A76CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A76CC is #C58933. Grayscale: #6D6D6D. Windows color (decimal): -12945716 or 13399610. OLE color: 13399610.
HSL color Cylindrical-coordinate representation of color #3A76CC: hue angle of 215.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A76CC is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 118 | 204 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.2 |
| HSL | 215.34º | 0.59% | 0.51% | - |
| HSV(B) | 215.34º | 0.72% | 0.8% | - |
| XYZ | 19.12 | 18.22 | 59.63 | - |
| YUV | 109.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 204 | 0.72 | 0.42 | 0 | 0.2 | 215.34 | 0.59 | 0.51 |
| Hex | 3A | 76 | CC | 48 | 2A | 0 | 14 | D7 | 3B | 33 |
| Octal | 72 | 166 | 314 | 110 | 52 | 0 | 24 | 327 | 73 | 63 |
| Binary | 111010 | 1110110 | 11001100 | 1001000 | 101010 | 0 | 10100 | 11010111 | 111011 | 110011 |
Color Harmonies of #3A76CC
Complementary color
Monochromatic Colors of #3A76CC
Black with #3A76CC
Text Example
Text Example
White with #3A76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A76CC; }
p { color: rgb(58,118,204); }
H1.HeaderClassName
{
color: #3A76CC;
}
.AnyTagClassName
{
color: #3A76CC;
}
</style>
background-color css
<style>
a { background-color: #3A76CC; }
a { background-color: rgb(58,118,204); }
div.DivClassName
{
background-color: #3A76CC;
}
.BgClassName
{
background-color: #3A76CC;
}
</style>
border-color css
<style>
span { border-color: #3A76CC; }
span { border-color: rgb(58,118,204); }
td.TdClassName
{
border-color: #3A76CC;
}
.TagClassName
{
border-color: #3A76CC;
}
</style>