Shades of Royal Blue #4365CF
Tints of Royal Blue #4365CF
RGB
CMYK
RGB Variations
Color information
#4365CF (or 0x4365CF) is known color: Royal Blue. HEX triplet: 43, 65 and CF. RGB value is (67,101,207). Sum of RGB (Red+Green+Blue) = 67+101+207=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4365CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4365CF is #BC9A30. Grayscale: #666666. Windows color (decimal): -12360241 or 13591875. OLE color: 13591875.
HSL color Cylindrical-coordinate representation of color #4365CF: hue angle of 225.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4365CF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 101 | 207 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.19 |
| HSL | 225.43º | 0.59% | 0.54% | - |
| HSV(B) | 225.43º | 0.68% | 0.81% | - |
| XYZ | 18.23 | 15.01 | 60.97 | - |
| YUV | 102.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 207 | 0.68 | 0.51 | 0 | 0.19 | 225.43 | 0.59 | 0.54 |
| Hex | 43 | 65 | CF | 44 | 33 | 0 | 13 | E1 | 3B | 36 |
| Octal | 103 | 145 | 317 | 104 | 63 | 0 | 23 | 341 | 73 | 66 |
| Binary | 1000011 | 1100101 | 11001111 | 1000100 | 110011 | 0 | 10011 | 11100001 | 111011 | 110110 |
Color Harmonies of #4365CF
Complementary color
Monochromatic Colors of #4365CF
Black with #4365CF
Text Example
Text Example
White with #4365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4365CF; }
p { color: rgb(67,101,207); }
H1.HeaderClassName
{
color: #4365CF;
}
.AnyTagClassName
{
color: #4365CF;
}
</style>
background-color css
<style>
a { background-color: #4365CF; }
a { background-color: rgb(67,101,207); }
div.DivClassName
{
background-color: #4365CF;
}
.BgClassName
{
background-color: #4365CF;
}
</style>
border-color css
<style>
span { border-color: #4365CF; }
span { border-color: rgb(67,101,207); }
td.TdClassName
{
border-color: #4365CF;
}
.TagClassName
{
border-color: #4365CF;
}
</style>