Shades of Royal Blue #344FE5
Tints of Royal Blue #344FE5
RGB
CMYK
RGB Variations
Color information
#344FE5 (or 0x344FE5) is known color: Royal Blue. HEX triplet: 34, 4F and E5. RGB value is (52,79,229). Sum of RGB (Red+Green+Blue) = 52+79+229=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #344FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FE5 is #CBB01A. Grayscale: #575757. Windows color (decimal): -13348891 or 15028020. OLE color: 15028020.
HSL color Cylindrical-coordinate representation of color #344FE5: hue angle of 230.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344FE5 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 79 | 229 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.10 |
| HSL | 230.85º | 0.77% | 0.55% | - |
| HSV(B) | 230.85º | 0.77% | 0.9% | - |
| XYZ | 18.36 | 11.98 | 75.47 | - |
| YUV | 88.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 229 | 0.77 | 0.66 | 0 | 0.10 | 230.85 | 0.77 | 0.55 |
| Hex | 34 | 4F | E5 | 4D | 42 | 0 | A | E7 | 4D | 37 |
| Octal | 64 | 117 | 345 | 115 | 102 | 0 | 12 | 347 | 115 | 67 |
| Binary | 110100 | 1001111 | 11100101 | 1001101 | 1000010 | 0 | 1010 | 11100111 | 1001101 | 110111 |
Color Harmonies of #344FE5
Complementary color
Monochromatic Colors of #344FE5
Black with #344FE5
Text Example
Text Example
White with #344FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FE5; }
p { color: rgb(52,79,229); }
H1.HeaderClassName
{
color: #344FE5;
}
.AnyTagClassName
{
color: #344FE5;
}
</style>
background-color css
<style>
a { background-color: #344FE5; }
a { background-color: rgb(52,79,229); }
div.DivClassName
{
background-color: #344FE5;
}
.BgClassName
{
background-color: #344FE5;
}
</style>
border-color css
<style>
span { border-color: #344FE5; }
span { border-color: rgb(52,79,229); }
td.TdClassName
{
border-color: #344FE5;
}
.TagClassName
{
border-color: #344FE5;
}
</style>