Shades of Royal Blue #3B73CB
Tints of Royal Blue #3B73CB
RGB
CMYK
RGB Variations
Color information
#3B73CB (or 0x3B73CB) is known color: Royal Blue. HEX triplet: 3B, 73 and CB. RGB value is (59,115,203). Sum of RGB (Red+Green+Blue) = 59+115+203=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B73CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B73CB is #C48C34. Grayscale: #6B6B6B. Windows color (decimal): -12880949 or 13333307. OLE color: 13333307.
HSL color Cylindrical-coordinate representation of color #3B73CB: hue angle of 216.67º 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 #3B73CB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 115 | 203 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.20 |
| HSL | 216.67º | 0.58% | 0.51% | - |
| HSV(B) | 216.67º | 0.71% | 0.8% | - |
| XYZ | 18.71 | 17.5 | 58.89 | - |
| YUV | 108.29 | 181.45 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 203 | 0.71 | 0.43 | 0 | 0.20 | 216.67 | 0.58 | 0.51 |
| Hex | 3B | 73 | CB | 47 | 2B | 0 | 14 | D9 | 3A | 33 |
| Octal | 73 | 163 | 313 | 107 | 53 | 0 | 24 | 331 | 72 | 63 |
| Binary | 111011 | 1110011 | 11001011 | 1000111 | 101011 | 0 | 10100 | 11011001 | 111010 | 110011 |
Color Harmonies of #3B73CB
Complementary color
Monochromatic Colors of #3B73CB
Black with #3B73CB
Text Example
Text Example
White with #3B73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B73CB; }
p { color: rgb(59,115,203); }
H1.HeaderClassName
{
color: #3B73CB;
}
.AnyTagClassName
{
color: #3B73CB;
}
</style>
background-color css
<style>
a { background-color: #3B73CB; }
a { background-color: rgb(59,115,203); }
div.DivClassName
{
background-color: #3B73CB;
}
.BgClassName
{
background-color: #3B73CB;
}
</style>
border-color css
<style>
span { border-color: #3B73CB; }
span { border-color: rgb(59,115,203); }
td.TdClassName
{
border-color: #3B73CB;
}
.TagClassName
{
border-color: #3B73CB;
}
</style>