Shades of Royal Blue #3B58DF
Tints of Royal Blue #3B58DF
RGB
CMYK
RGB Variations
Color information
#3B58DF (or 0x3B58DF) is known color: Royal Blue. HEX triplet: 3B, 58 and DF. RGB value is (59,88,223). Sum of RGB (Red+Green+Blue) = 59+88+223=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B58DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58DF is #C4A720. Grayscale: #5E5E5E. Windows color (decimal): -12887841 or 14637115. OLE color: 14637115.
HSL color Cylindrical-coordinate representation of color #3B58DF: hue angle of 229.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B58DF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 88 | 223 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.13 |
| HSL | 229.39º | 0.72% | 0.55% | - |
| HSV(B) | 229.39º | 0.74% | 0.87% | - |
| XYZ | 18.61 | 13.24 | 71.39 | - |
| YUV | 94.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 223 | 0.74 | 0.61 | 0 | 0.13 | 229.39 | 0.72 | 0.55 |
| Hex | 3B | 58 | DF | 4A | 3D | 0 | D | E5 | 48 | 37 |
| Octal | 73 | 130 | 337 | 112 | 75 | 0 | 15 | 345 | 110 | 67 |
| Binary | 111011 | 1011000 | 11011111 | 1001010 | 111101 | 0 | 1101 | 11100101 | 1001000 | 110111 |
Color Harmonies of #3B58DF
Complementary color
Monochromatic Colors of #3B58DF
Black with #3B58DF
Text Example
Text Example
White with #3B58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B58DF; }
p { color: rgb(59,88,223); }
H1.HeaderClassName
{
color: #3B58DF;
}
.AnyTagClassName
{
color: #3B58DF;
}
</style>
background-color css
<style>
a { background-color: #3B58DF; }
a { background-color: rgb(59,88,223); }
div.DivClassName
{
background-color: #3B58DF;
}
.BgClassName
{
background-color: #3B58DF;
}
</style>
border-color css
<style>
span { border-color: #3B58DF; }
span { border-color: rgb(59,88,223); }
td.TdClassName
{
border-color: #3B58DF;
}
.TagClassName
{
border-color: #3B58DF;
}
</style>