Shades of Royal Blue #4357DC
Tints of Royal Blue #4357DC
RGB
CMYK
RGB Variations
Color information
#4357DC (or 0x4357DC) is known color: Royal Blue. HEX triplet: 43, 57 and DC. RGB value is (67,87,220). Sum of RGB (Red+Green+Blue) = 67+87+220=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #4357DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4357DC is #BCA823. Grayscale: #5F5F5F. Windows color (decimal): -12363812 or 14440259. OLE color: 14440259.
HSL color Cylindrical-coordinate representation of color #4357DC: hue angle of 232.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4357DC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 87 | 220 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.14 |
| HSL | 232.16º | 0.69% | 0.56% | - |
| HSV(B) | 232.16º | 0.7% | 0.86% | - |
| XYZ | 18.64 | 13.18 | 69.27 | - |
| YUV | 96.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 220 | 0.70 | 0.60 | 0 | 0.14 | 232.16 | 0.69 | 0.56 |
| Hex | 43 | 57 | DC | 46 | 3C | 0 | E | E8 | 45 | 38 |
| Octal | 103 | 127 | 334 | 106 | 74 | 0 | 16 | 350 | 105 | 70 |
| Binary | 1000011 | 1010111 | 11011100 | 1000110 | 111100 | 0 | 1110 | 11101000 | 1000101 | 111000 |
Color Harmonies of #4357DC
Complementary color
Monochromatic Colors of #4357DC
Black with #4357DC
Text Example
Text Example
White with #4357DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4357DC; }
p { color: rgb(67,87,220); }
H1.HeaderClassName
{
color: #4357DC;
}
.AnyTagClassName
{
color: #4357DC;
}
</style>
background-color css
<style>
a { background-color: #4357DC; }
a { background-color: rgb(67,87,220); }
div.DivClassName
{
background-color: #4357DC;
}
.BgClassName
{
background-color: #4357DC;
}
</style>
border-color css
<style>
span { border-color: #4357DC; }
span { border-color: rgb(67,87,220); }
td.TdClassName
{
border-color: #4357DC;
}
.TagClassName
{
border-color: #4357DC;
}
</style>