Shades of Royal Blue #3C55EB
Tints of Royal Blue #3C55EB
RGB
CMYK
RGB Variations
Color information
#3C55EB (or 0x3C55EB) is known color: Royal Blue. HEX triplet: 3C, 55 and EB. RGB value is (60,85,235). Sum of RGB (Red+Green+Blue) = 60+85+235=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C55EB is #C3AA14. Grayscale: #5E5E5E. Windows color (decimal): -12823061 or 15422780. OLE color: 15422780.
HSL color Cylindrical-coordinate representation of color #3C55EB: hue angle of 231.43º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C55EB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 85 | 235 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.08 |
| HSL | 231.43º | 0.81% | 0.58% | - |
| HSV(B) | 231.43º | 0.74% | 0.92% | - |
| XYZ | 20.11 | 13.46 | 80.13 | - |
| YUV | 94.63 | 207.22 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 235 | 0.74 | 0.64 | 0 | 0.08 | 231.43 | 0.81 | 0.58 |
| Hex | 3C | 55 | EB | 4A | 40 | 0 | 8 | E7 | 51 | 3A |
| Octal | 74 | 125 | 353 | 112 | 100 | 0 | 10 | 347 | 121 | 72 |
| Binary | 111100 | 1010101 | 11101011 | 1001010 | 1000000 | 0 | 1000 | 11100111 | 1010001 | 111010 |
Color Harmonies of #3C55EB
Complementary color
Monochromatic Colors of #3C55EB
Black with #3C55EB
Text Example
Text Example
White with #3C55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C55EB; }
p { color: rgb(60,85,235); }
H1.HeaderClassName
{
color: #3C55EB;
}
.AnyTagClassName
{
color: #3C55EB;
}
</style>
background-color css
<style>
a { background-color: #3C55EB; }
a { background-color: rgb(60,85,235); }
div.DivClassName
{
background-color: #3C55EB;
}
.BgClassName
{
background-color: #3C55EB;
}
</style>
border-color css
<style>
span { border-color: #3C55EB; }
span { border-color: rgb(60,85,235); }
td.TdClassName
{
border-color: #3C55EB;
}
.TagClassName
{
border-color: #3C55EB;
}
</style>