Shades of Royal Blue #344CE8
Tints of Royal Blue #344CE8
RGB
CMYK
RGB Variations
Color information
#344CE8 (or 0x344CE8) is known color: Royal Blue. HEX triplet: 34, 4C and E8. RGB value is (52,76,232). Sum of RGB (Red+Green+Blue) = 52+76+232=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #344CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CE8 is #CBB317. Grayscale: #555555. Windows color (decimal): -13349656 or 15223860. OLE color: 15223860.
HSL color Cylindrical-coordinate representation of color #344CE8: hue angle of 232º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344CE8 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 76 | 232 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.09 |
| HSL | 232º | 0.8% | 0.56% | - |
| HSV(B) | 232º | 0.78% | 0.91% | - |
| XYZ | 18.57 | 11.73 | 77.63 | - |
| YUV | 86.61 | 210.05 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 232 | 0.78 | 0.67 | 0 | 0.09 | 232 | 0.8 | 0.56 |
| Hex | 34 | 4C | E8 | 4E | 43 | 0 | 9 | E8 | 50 | 38 |
| Octal | 64 | 114 | 350 | 116 | 103 | 0 | 11 | 350 | 120 | 70 |
| Binary | 110100 | 1001100 | 11101000 | 1001110 | 1000011 | 0 | 1001 | 11101000 | 1010000 | 111000 |
Color Harmonies of #344CE8
Complementary color
Monochromatic Colors of #344CE8
Black with #344CE8
Text Example
Text Example
White with #344CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CE8; }
p { color: rgb(52,76,232); }
H1.HeaderClassName
{
color: #344CE8;
}
.AnyTagClassName
{
color: #344CE8;
}
</style>
background-color css
<style>
a { background-color: #344CE8; }
a { background-color: rgb(52,76,232); }
div.DivClassName
{
background-color: #344CE8;
}
.BgClassName
{
background-color: #344CE8;
}
</style>
border-color css
<style>
span { border-color: #344CE8; }
span { border-color: rgb(52,76,232); }
td.TdClassName
{
border-color: #344CE8;
}
.TagClassName
{
border-color: #344CE8;
}
</style>