Shades of Royal Blue #4369CC
Tints of Royal Blue #4369CC
RGB
CMYK
RGB Variations
Color information
#4369CC (or 0x4369CC) is known color: Royal Blue. HEX triplet: 43, 69 and CC. RGB value is (67,105,204). Sum of RGB (Red+Green+Blue) = 67+105+204=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4369CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4369CC is #BC9633. Grayscale: #686868. Windows color (decimal): -12359220 or 13396291. OLE color: 13396291.
HSL color Cylindrical-coordinate representation of color #4369CC: hue angle of 223.36º degrees, saturation: 0.57, 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 #4369CC is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 105 | 204 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.2 |
| HSL | 223.36º | 0.57% | 0.53% | - |
| HSV(B) | 223.36º | 0.67% | 0.8% | - |
| XYZ | 18.27 | 15.66 | 59.19 | - |
| YUV | 104.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 204 | 0.67 | 0.49 | 0 | 0.2 | 223.36 | 0.57 | 0.53 |
| Hex | 43 | 69 | CC | 43 | 31 | 0 | 14 | DF | 39 | 35 |
| Octal | 103 | 151 | 314 | 103 | 61 | 0 | 24 | 337 | 71 | 65 |
| Binary | 1000011 | 1101001 | 11001100 | 1000011 | 110001 | 0 | 10100 | 11011111 | 111001 | 110101 |
Color Harmonies of #4369CC
Complementary color
Monochromatic Colors of #4369CC
Black with #4369CC
Text Example
Text Example
White with #4369CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4369CC; }
p { color: rgb(67,105,204); }
H1.HeaderClassName
{
color: #4369CC;
}
.AnyTagClassName
{
color: #4369CC;
}
</style>
background-color css
<style>
a { background-color: #4369CC; }
a { background-color: rgb(67,105,204); }
div.DivClassName
{
background-color: #4369CC;
}
.BgClassName
{
background-color: #4369CC;
}
</style>
border-color css
<style>
span { border-color: #4369CC; }
span { border-color: rgb(67,105,204); }
td.TdClassName
{
border-color: #4369CC;
}
.TagClassName
{
border-color: #4369CC;
}
</style>