Shades of Royal Blue #345DFB
Tints of Royal Blue #345DFB
RGB
CMYK
RGB Variations
Color information
#345DFB (or 0x345DFB) is known color: Royal Blue. HEX triplet: 34, 5D and FB. RGB value is (52,93,251). Sum of RGB (Red+Green+Blue) = 52+93+251=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #345DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DFB is #CBA204. Grayscale: #626262. Windows color (decimal): -13345285 or 16473396. OLE color: 16473396.
HSL color Cylindrical-coordinate representation of color #345DFB: hue angle of 227.64º 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 #345DFB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 93 | 251 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.02 |
| HSL | 227.64º | 0.96% | 0.59% | - |
| HSV(B) | 227.64º | 0.79% | 0.98% | - |
| XYZ | 22.74 | 15.52 | 93.06 | - |
| YUV | 98.75 | 213.92 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 251 | 0.79 | 0.63 | 0 | 0.02 | 227.64 | 0.96 | 0.59 |
| Hex | 34 | 5D | FB | 4F | 3F | 0 | 2 | E4 | 60 | 3B |
| Octal | 64 | 135 | 373 | 117 | 77 | 0 | 2 | 344 | 140 | 73 |
| Binary | 110100 | 1011101 | 11111011 | 1001111 | 111111 | 0 | 10 | 11100100 | 1100000 | 111011 |
Color Harmonies of #345DFB
Complementary color
Monochromatic Colors of #345DFB
Black with #345DFB
Text Example
Text Example
White with #345DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DFB; }
p { color: rgb(52,93,251); }
H1.HeaderClassName
{
color: #345DFB;
}
.AnyTagClassName
{
color: #345DFB;
}
</style>
background-color css
<style>
a { background-color: #345DFB; }
a { background-color: rgb(52,93,251); }
div.DivClassName
{
background-color: #345DFB;
}
.BgClassName
{
background-color: #345DFB;
}
</style>
border-color css
<style>
span { border-color: #345DFB; }
span { border-color: rgb(52,93,251); }
td.TdClassName
{
border-color: #345DFB;
}
.TagClassName
{
border-color: #345DFB;
}
</style>