Shades of Royal Blue #4375CD
Tints of Royal Blue #4375CD
RGB
CMYK
RGB Variations
Color information
#4375CD (or 0x4375CD) is known color: Royal Blue. HEX triplet: 43, 75 and CD. RGB value is (67,117,205). Sum of RGB (Red+Green+Blue) = 67+117+205=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4375CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375CD is #BC8A32. Grayscale: #6F6F6F. Windows color (decimal): -12356147 or 13464899. OLE color: 13464899.
HSL color Cylindrical-coordinate representation of color #4375CD: hue angle of 218.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4375CD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 117 | 205 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.20 |
| HSL | 218.26º | 0.58% | 0.53% | - |
| HSV(B) | 218.26º | 0.67% | 0.8% | - |
| XYZ | 19.7 | 18.32 | 60.26 | - |
| YUV | 112.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 205 | 0.67 | 0.43 | 0 | 0.20 | 218.26 | 0.58 | 0.53 |
| Hex | 43 | 75 | CD | 43 | 2B | 0 | 14 | DA | 3A | 35 |
| Octal | 103 | 165 | 315 | 103 | 53 | 0 | 24 | 332 | 72 | 65 |
| Binary | 1000011 | 1110101 | 11001101 | 1000011 | 101011 | 0 | 10100 | 11011010 | 111010 | 110101 |
Color Harmonies of #4375CD
Complementary color
Monochromatic Colors of #4375CD
Black with #4375CD
Text Example
Text Example
White with #4375CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375CD; }
p { color: rgb(67,117,205); }
H1.HeaderClassName
{
color: #4375CD;
}
.AnyTagClassName
{
color: #4375CD;
}
</style>
background-color css
<style>
a { background-color: #4375CD; }
a { background-color: rgb(67,117,205); }
div.DivClassName
{
background-color: #4375CD;
}
.BgClassName
{
background-color: #4375CD;
}
</style>
border-color css
<style>
span { border-color: #4375CD; }
span { border-color: rgb(67,117,205); }
td.TdClassName
{
border-color: #4375CD;
}
.TagClassName
{
border-color: #4375CD;
}
</style>