Shades of Royal Blue #345FFB
Tints of Royal Blue #345FFB
RGB
CMYK
RGB Variations
Color information
#345FFB (or 0x345FFB) is known color: Royal Blue. HEX triplet: 34, 5F and FB. RGB value is (52,95,251). Sum of RGB (Red+Green+Blue) = 52+95+251=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #345FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FFB is #CBA004. Grayscale: #636363. Windows color (decimal): -13344773 or 16473908. OLE color: 16473908.
HSL color Cylindrical-coordinate representation of color #345FFB: hue angle of 227.04º 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 #345FFB is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 95 | 251 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.02 |
| HSL | 227.04º | 0.96% | 0.59% | - |
| HSV(B) | 227.04º | 0.79% | 0.98% | - |
| XYZ | 22.92 | 15.88 | 93.12 | - |
| YUV | 99.93 | 213.25 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 251 | 0.79 | 0.62 | 0 | 0.02 | 227.04 | 0.96 | 0.59 |
| Hex | 34 | 5F | FB | 4F | 3E | 0 | 2 | E3 | 60 | 3B |
| Octal | 64 | 137 | 373 | 117 | 76 | 0 | 2 | 343 | 140 | 73 |
| Binary | 110100 | 1011111 | 11111011 | 1001111 | 111110 | 0 | 10 | 11100011 | 1100000 | 111011 |
Color Harmonies of #345FFB
Complementary color
Monochromatic Colors of #345FFB
Black with #345FFB
Text Example
Text Example
White with #345FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FFB; }
p { color: rgb(52,95,251); }
H1.HeaderClassName
{
color: #345FFB;
}
.AnyTagClassName
{
color: #345FFB;
}
</style>
background-color css
<style>
a { background-color: #345FFB; }
a { background-color: rgb(52,95,251); }
div.DivClassName
{
background-color: #345FFB;
}
.BgClassName
{
background-color: #345FFB;
}
</style>
border-color css
<style>
span { border-color: #345FFB; }
span { border-color: rgb(52,95,251); }
td.TdClassName
{
border-color: #345FFB;
}
.TagClassName
{
border-color: #345FFB;
}
</style>