Shades of Royal Blue #4374D3
Tints of Royal Blue #4374D3
RGB
CMYK
RGB Variations
Color information
#4374D3 (or 0x4374D3) is known color: Royal Blue. HEX triplet: 43, 74 and D3. RGB value is (67,116,211). Sum of RGB (Red+Green+Blue) = 67+116+211=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #4374D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4374D3 is #BC8B2C. Grayscale: #6F6F6F. Windows color (decimal): -12356397 or 13857859. OLE color: 13857859.
HSL color Cylindrical-coordinate representation of color #4374D3: hue angle of 219.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4374D3 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 116 | 211 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.17 |
| HSL | 219.58º | 0.62% | 0.55% | - |
| HSV(B) | 219.58º | 0.68% | 0.83% | - |
| XYZ | 20.32 | 18.39 | 64.11 | - |
| YUV | 112.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 211 | 0.68 | 0.45 | 0 | 0.17 | 219.58 | 0.62 | 0.55 |
| Hex | 43 | 74 | D3 | 44 | 2D | 0 | 11 | DC | 3E | 37 |
| Octal | 103 | 164 | 323 | 104 | 55 | 0 | 21 | 334 | 76 | 67 |
| Binary | 1000011 | 1110100 | 11010011 | 1000100 | 101101 | 0 | 10001 | 11011100 | 111110 | 110111 |
Color Harmonies of #4374D3
Complementary color
Monochromatic Colors of #4374D3
Black with #4374D3
Text Example
Text Example
White with #4374D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4374D3; }
p { color: rgb(67,116,211); }
H1.HeaderClassName
{
color: #4374D3;
}
.AnyTagClassName
{
color: #4374D3;
}
</style>
background-color css
<style>
a { background-color: #4374D3; }
a { background-color: rgb(67,116,211); }
div.DivClassName
{
background-color: #4374D3;
}
.BgClassName
{
background-color: #4374D3;
}
</style>
border-color css
<style>
span { border-color: #4374D3; }
span { border-color: rgb(67,116,211); }
td.TdClassName
{
border-color: #4374D3;
}
.TagClassName
{
border-color: #4374D3;
}
</style>