Shades of Royal Blue #345AF1
Tints of Royal Blue #345AF1
RGB
CMYK
RGB Variations
Color information
#345AF1 (or 0x345AF1) is known color: Royal Blue. HEX triplet: 34, 5A and F1. RGB value is (52,90,241). Sum of RGB (Red+Green+Blue) = 52+90+241=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #345AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345AF1 is #CBA50E. Grayscale: #5F5F5F. Windows color (decimal): -13346063 or 15817268. OLE color: 15817268.
HSL color Cylindrical-coordinate representation of color #345AF1: hue angle of 227.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345AF1 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 90 | 241 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.05 |
| HSL | 227.94º | 0.87% | 0.57% | - |
| HSV(B) | 227.94º | 0.78% | 0.95% | - |
| XYZ | 20.95 | 14.39 | 84.89 | - |
| YUV | 95.85 | 209.91 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 241 | 0.78 | 0.63 | 0 | 0.05 | 227.94 | 0.87 | 0.57 |
| Hex | 34 | 5A | F1 | 4E | 3F | 0 | 5 | E4 | 57 | 39 |
| Octal | 64 | 132 | 361 | 116 | 77 | 0 | 5 | 344 | 127 | 71 |
| Binary | 110100 | 1011010 | 11110001 | 1001110 | 111111 | 0 | 101 | 11100100 | 1010111 | 111001 |
Color Harmonies of #345AF1
Complementary color
Monochromatic Colors of #345AF1
Black with #345AF1
Text Example
Text Example
White with #345AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AF1; }
p { color: rgb(52,90,241); }
H1.HeaderClassName
{
color: #345AF1;
}
.AnyTagClassName
{
color: #345AF1;
}
</style>
background-color css
<style>
a { background-color: #345AF1; }
a { background-color: rgb(52,90,241); }
div.DivClassName
{
background-color: #345AF1;
}
.BgClassName
{
background-color: #345AF1;
}
</style>
border-color css
<style>
span { border-color: #345AF1; }
span { border-color: rgb(52,90,241); }
td.TdClassName
{
border-color: #345AF1;
}
.TagClassName
{
border-color: #345AF1;
}
</style>