Shades of Royal Blue #344CE4
Tints of Royal Blue #344CE4
RGB
CMYK
RGB Variations
Color information
#344CE4 (or 0x344CE4) is known color: Royal Blue. HEX triplet: 34, 4C and E4. RGB value is (52,76,228). Sum of RGB (Red+Green+Blue) = 52+76+228=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #344CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CE4 is #CBB31B. Grayscale: #555555. Windows color (decimal): -13349660 or 14961716. OLE color: 14961716.
HSL color Cylindrical-coordinate representation of color #344CE4: hue angle of 231.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #344CE4 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 76 | 228 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.11 |
| HSL | 231.82º | 0.77% | 0.55% | - |
| HSV(B) | 231.82º | 0.77% | 0.89% | - |
| XYZ | 18 | 11.5 | 74.67 | - |
| YUV | 86.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 228 | 0.77 | 0.67 | 0 | 0.11 | 231.82 | 0.77 | 0.55 |
| Hex | 34 | 4C | E4 | 4D | 43 | 0 | B | E8 | 4D | 37 |
| Octal | 64 | 114 | 344 | 115 | 103 | 0 | 13 | 350 | 115 | 67 |
| Binary | 110100 | 1001100 | 11100100 | 1001101 | 1000011 | 0 | 1011 | 11101000 | 1001101 | 110111 |
Color Harmonies of #344CE4
Complementary color
Monochromatic Colors of #344CE4
Black with #344CE4
Text Example
Text Example
White with #344CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CE4; }
p { color: rgb(52,76,228); }
H1.HeaderClassName
{
color: #344CE4;
}
.AnyTagClassName
{
color: #344CE4;
}
</style>
background-color css
<style>
a { background-color: #344CE4; }
a { background-color: rgb(52,76,228); }
div.DivClassName
{
background-color: #344CE4;
}
.BgClassName
{
background-color: #344CE4;
}
</style>
border-color css
<style>
span { border-color: #344CE4; }
span { border-color: rgb(52,76,228); }
td.TdClassName
{
border-color: #344CE4;
}
.TagClassName
{
border-color: #344CE4;
}
</style>