Shades of Royal Blue #4375D3
Tints of Royal Blue #4375D3
RGB
CMYK
RGB Variations
Color information
#4375D3 (or 0x4375D3) is known color: Royal Blue. HEX triplet: 43, 75 and D3. RGB value is (67,117,211). Sum of RGB (Red+Green+Blue) = 67+117+211=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #4375D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375D3 is #BC8A2C. Grayscale: #707070. Windows color (decimal): -12356141 or 13858115. OLE color: 13858115.
HSL color Cylindrical-coordinate representation of color #4375D3: hue angle of 219.17º 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 #4375D3 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 117 | 211 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.17 |
| HSL | 219.17º | 0.62% | 0.55% | - |
| HSV(B) | 219.17º | 0.68% | 0.83% | - |
| XYZ | 20.43 | 18.62 | 64.14 | - |
| YUV | 112.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 211 | 0.68 | 0.45 | 0 | 0.17 | 219.17 | 0.62 | 0.55 |
| Hex | 43 | 75 | D3 | 44 | 2D | 0 | 11 | DB | 3E | 37 |
| Octal | 103 | 165 | 323 | 104 | 55 | 0 | 21 | 333 | 76 | 67 |
| Binary | 1000011 | 1110101 | 11010011 | 1000100 | 101101 | 0 | 10001 | 11011011 | 111110 | 110111 |
Color Harmonies of #4375D3
Complementary color
Monochromatic Colors of #4375D3
Black with #4375D3
Text Example
Text Example
White with #4375D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375D3; }
p { color: rgb(67,117,211); }
H1.HeaderClassName
{
color: #4375D3;
}
.AnyTagClassName
{
color: #4375D3;
}
</style>
background-color css
<style>
a { background-color: #4375D3; }
a { background-color: rgb(67,117,211); }
div.DivClassName
{
background-color: #4375D3;
}
.BgClassName
{
background-color: #4375D3;
}
</style>
border-color css
<style>
span { border-color: #4375D3; }
span { border-color: rgb(67,117,211); }
td.TdClassName
{
border-color: #4375D3;
}
.TagClassName
{
border-color: #4375D3;
}
</style>