Shades of Royal Blue #4359EA
Tints of Royal Blue #4359EA
RGB
CMYK
RGB Variations
Color information
#4359EA (or 0x4359EA) is known color: Royal Blue. HEX triplet: 43, 59 and EA. RGB value is (67,89,234). Sum of RGB (Red+Green+Blue) = 67+89+234=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #4359EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4359EA is #BCA615. Grayscale: #626262. Windows color (decimal): -12363286 or 15358275. OLE color: 15358275.
HSL color Cylindrical-coordinate representation of color #4359EA: hue angle of 232.1º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4359EA is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 89 | 234 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.08 |
| HSL | 232.1º | 0.8% | 0.59% | - |
| HSV(B) | 232.1º | 0.71% | 0.92% | - |
| XYZ | 20.74 | 14.28 | 79.5 | - |
| YUV | 98.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 234 | 0.71 | 0.62 | 0 | 0.08 | 232.1 | 0.8 | 0.59 |
| Hex | 43 | 59 | EA | 47 | 3E | 0 | 8 | E8 | 50 | 3B |
| Octal | 103 | 131 | 352 | 107 | 76 | 0 | 10 | 350 | 120 | 73 |
| Binary | 1000011 | 1011001 | 11101010 | 1000111 | 111110 | 0 | 1000 | 11101000 | 1010000 | 111011 |
Color Harmonies of #4359EA
Complementary color
Monochromatic Colors of #4359EA
Black with #4359EA
Text Example
Text Example
White with #4359EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4359EA; }
p { color: rgb(67,89,234); }
H1.HeaderClassName
{
color: #4359EA;
}
.AnyTagClassName
{
color: #4359EA;
}
</style>
background-color css
<style>
a { background-color: #4359EA; }
a { background-color: rgb(67,89,234); }
div.DivClassName
{
background-color: #4359EA;
}
.BgClassName
{
background-color: #4359EA;
}
</style>
border-color css
<style>
span { border-color: #4359EA; }
span { border-color: rgb(67,89,234); }
td.TdClassName
{
border-color: #4359EA;
}
.TagClassName
{
border-color: #4359EA;
}
</style>