Shades of Royal Blue #4368CE
Tints of Royal Blue #4368CE
RGB
CMYK
RGB Variations
Color information
#4368CE (or 0x4368CE) is known color: Royal Blue. HEX triplet: 43, 68 and CE. RGB value is (67,104,206). Sum of RGB (Red+Green+Blue) = 67+104+206=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #4368CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4368CE is #BC9731. Grayscale: #686868. Windows color (decimal): -12359474 or 13527107. OLE color: 13527107.
HSL color Cylindrical-coordinate representation of color #4368CE: hue angle of 224.03º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4368CE is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 104 | 206 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.19 |
| HSL | 224.03º | 0.59% | 0.54% | - |
| HSV(B) | 224.03º | 0.67% | 0.81% | - |
| XYZ | 18.41 | 15.55 | 60.42 | - |
| YUV | 104.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 206 | 0.67 | 0.50 | 0 | 0.19 | 224.03 | 0.59 | 0.54 |
| Hex | 43 | 68 | CE | 43 | 32 | 0 | 13 | E0 | 3B | 36 |
| Octal | 103 | 150 | 316 | 103 | 62 | 0 | 23 | 340 | 73 | 66 |
| Binary | 1000011 | 1101000 | 11001110 | 1000011 | 110010 | 0 | 10011 | 11100000 | 111011 | 110110 |
Color Harmonies of #4368CE
Complementary color
Monochromatic Colors of #4368CE
Black with #4368CE
Text Example
Text Example
White with #4368CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4368CE; }
p { color: rgb(67,104,206); }
H1.HeaderClassName
{
color: #4368CE;
}
.AnyTagClassName
{
color: #4368CE;
}
</style>
background-color css
<style>
a { background-color: #4368CE; }
a { background-color: rgb(67,104,206); }
div.DivClassName
{
background-color: #4368CE;
}
.BgClassName
{
background-color: #4368CE;
}
</style>
border-color css
<style>
span { border-color: #4368CE; }
span { border-color: rgb(67,104,206); }
td.TdClassName
{
border-color: #4368CE;
}
.TagClassName
{
border-color: #4368CE;
}
</style>