Shades of Royal Blue #4356E8
Tints of Royal Blue #4356E8
RGB
CMYK
RGB Variations
Color information
#4356E8 (or 0x4356E8) is known color: Royal Blue. HEX triplet: 43, 56 and E8. RGB value is (67,86,232). Sum of RGB (Red+Green+Blue) = 67+86+232=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #4356E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4356E8 is #BCA917. Grayscale: #606060. Windows color (decimal): -12364056 or 15226435. OLE color: 15226435.
HSL color Cylindrical-coordinate representation of color #4356E8: hue angle of 233.09º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4356E8 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 86 | 232 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.09 |
| HSL | 233.09º | 0.78% | 0.59% | - |
| HSV(B) | 233.09º | 0.71% | 0.91% | - |
| XYZ | 20.21 | 13.68 | 77.92 | - |
| YUV | 96.96 | 204.21 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 232 | 0.71 | 0.63 | 0 | 0.09 | 233.09 | 0.78 | 0.59 |
| Hex | 43 | 56 | E8 | 47 | 3F | 0 | 9 | E9 | 4E | 3B |
| Octal | 103 | 126 | 350 | 107 | 77 | 0 | 11 | 351 | 116 | 73 |
| Binary | 1000011 | 1010110 | 11101000 | 1000111 | 111111 | 0 | 1001 | 11101001 | 1001110 | 111011 |
Color Harmonies of #4356E8
Complementary color
Monochromatic Colors of #4356E8
Black with #4356E8
Text Example
Text Example
White with #4356E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356E8; }
p { color: rgb(67,86,232); }
H1.HeaderClassName
{
color: #4356E8;
}
.AnyTagClassName
{
color: #4356E8;
}
</style>
background-color css
<style>
a { background-color: #4356E8; }
a { background-color: rgb(67,86,232); }
div.DivClassName
{
background-color: #4356E8;
}
.BgClassName
{
background-color: #4356E8;
}
</style>
border-color css
<style>
span { border-color: #4356E8; }
span { border-color: rgb(67,86,232); }
td.TdClassName
{
border-color: #4356E8;
}
.TagClassName
{
border-color: #4356E8;
}
</style>