Shades of Royal Blue #345BFB
Tints of Royal Blue #345BFB
RGB
CMYK
RGB Variations
Color information
#345BFB (or 0x345BFB) is known color: Royal Blue. HEX triplet: 34, 5B and FB. RGB value is (52,91,251). Sum of RGB (Red+Green+Blue) = 52+91+251=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #345BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BFB is #CBA404. Grayscale: #606060. Windows color (decimal): -13345797 or 16472884. OLE color: 16472884.
HSL color Cylindrical-coordinate representation of color #345BFB: hue angle of 228.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345BFB is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 91 | 251 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.02 |
| HSL | 228.24º | 0.96% | 0.59% | - |
| HSV(B) | 228.24º | 0.79% | 0.98% | - |
| XYZ | 22.57 | 15.18 | 93.01 | - |
| YUV | 97.58 | 214.58 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 251 | 0.79 | 0.64 | 0 | 0.02 | 228.24 | 0.96 | 0.59 |
| Hex | 34 | 5B | FB | 4F | 40 | 0 | 2 | E4 | 60 | 3B |
| Octal | 64 | 133 | 373 | 117 | 100 | 0 | 2 | 344 | 140 | 73 |
| Binary | 110100 | 1011011 | 11111011 | 1001111 | 1000000 | 0 | 10 | 11100100 | 1100000 | 111011 |
Color Harmonies of #345BFB
Complementary color
Monochromatic Colors of #345BFB
Black with #345BFB
Text Example
Text Example
White with #345BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BFB; }
p { color: rgb(52,91,251); }
H1.HeaderClassName
{
color: #345BFB;
}
.AnyTagClassName
{
color: #345BFB;
}
</style>
background-color css
<style>
a { background-color: #345BFB; }
a { background-color: rgb(52,91,251); }
div.DivClassName
{
background-color: #345BFB;
}
.BgClassName
{
background-color: #345BFB;
}
</style>
border-color css
<style>
span { border-color: #345BFB; }
span { border-color: rgb(52,91,251); }
td.TdClassName
{
border-color: #345BFB;
}
.TagClassName
{
border-color: #345BFB;
}
</style>