Shades of Royal Blue #3B5CE4
Tints of Royal Blue #3B5CE4
RGB
CMYK
RGB Variations
Color information
#3B5CE4 (or 0x3B5CE4) is known color: Royal Blue. HEX triplet: 3B, 5C and E4. RGB value is (59,92,228). Sum of RGB (Red+Green+Blue) = 59+92+228=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B5CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CE4 is #C4A31B. Grayscale: #616161. Windows color (decimal): -12886812 or 14965819. OLE color: 14965819.
HSL color Cylindrical-coordinate representation of color #3B5CE4: hue angle of 228.28º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B5CE4 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 92 | 228 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.11 |
| HSL | 228.28º | 0.76% | 0.56% | - |
| HSV(B) | 228.28º | 0.74% | 0.89% | - |
| XYZ | 19.63 | 14.19 | 75.1 | - |
| YUV | 97.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 228 | 0.74 | 0.60 | 0 | 0.11 | 228.28 | 0.76 | 0.56 |
| Hex | 3B | 5C | E4 | 4A | 3C | 0 | B | E4 | 4C | 38 |
| Octal | 73 | 134 | 344 | 112 | 74 | 0 | 13 | 344 | 114 | 70 |
| Binary | 111011 | 1011100 | 11100100 | 1001010 | 111100 | 0 | 1011 | 11100100 | 1001100 | 111000 |
Color Harmonies of #3B5CE4
Complementary color
Monochromatic Colors of #3B5CE4
Black with #3B5CE4
Text Example
Text Example
White with #3B5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5CE4; }
p { color: rgb(59,92,228); }
H1.HeaderClassName
{
color: #3B5CE4;
}
.AnyTagClassName
{
color: #3B5CE4;
}
</style>
background-color css
<style>
a { background-color: #3B5CE4; }
a { background-color: rgb(59,92,228); }
div.DivClassName
{
background-color: #3B5CE4;
}
.BgClassName
{
background-color: #3B5CE4;
}
</style>
border-color css
<style>
span { border-color: #3B5CE4; }
span { border-color: rgb(59,92,228); }
td.TdClassName
{
border-color: #3B5CE4;
}
.TagClassName
{
border-color: #3B5CE4;
}
</style>