Shades of Royal Blue #3B67EC
Tints of Royal Blue #3B67EC
RGB
CMYK
RGB Variations
Color information
#3B67EC (or 0x3B67EC) is known color: Royal Blue. HEX triplet: 3B, 67 and EC. RGB value is (59,103,236). Sum of RGB (Red+Green+Blue) = 59+103+236=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B67EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B67EC is #C49813. Grayscale: #686868. Windows color (decimal): -12883988 or 15492923. OLE color: 15492923.
HSL color Cylindrical-coordinate representation of color #3B67EC: hue angle of 225.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B67EC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 103 | 236 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.07 |
| HSL | 225.08º | 0.82% | 0.58% | - |
| HSV(B) | 225.08º | 0.75% | 0.93% | - |
| XYZ | 21.79 | 16.69 | 81.43 | - |
| YUV | 105.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 236 | 0.75 | 0.56 | 0 | 0.07 | 225.08 | 0.82 | 0.58 |
| Hex | 3B | 67 | EC | 4B | 38 | 0 | 7 | E1 | 52 | 3A |
| Octal | 73 | 147 | 354 | 113 | 70 | 0 | 7 | 341 | 122 | 72 |
| Binary | 111011 | 1100111 | 11101100 | 1001011 | 111000 | 0 | 111 | 11100001 | 1010010 | 111010 |
Color Harmonies of #3B67EC
Complementary color
Monochromatic Colors of #3B67EC
Black with #3B67EC
Text Example
Text Example
White with #3B67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B67EC; }
p { color: rgb(59,103,236); }
H1.HeaderClassName
{
color: #3B67EC;
}
.AnyTagClassName
{
color: #3B67EC;
}
</style>
background-color css
<style>
a { background-color: #3B67EC; }
a { background-color: rgb(59,103,236); }
div.DivClassName
{
background-color: #3B67EC;
}
.BgClassName
{
background-color: #3B67EC;
}
</style>
border-color css
<style>
span { border-color: #3B67EC; }
span { border-color: rgb(59,103,236); }
td.TdClassName
{
border-color: #3B67EC;
}
.TagClassName
{
border-color: #3B67EC;
}
</style>