Shades of Royal Blue #3C75CE
Tints of Royal Blue #3C75CE
RGB
CMYK
RGB Variations
Color information
#3C75CE (or 0x3C75CE) is known color: Royal Blue. HEX triplet: 3C, 75 and CE. RGB value is (60,117,206). Sum of RGB (Red+Green+Blue) = 60+117+206=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75CE is #C38A31. Grayscale: #6D6D6D. Windows color (decimal): -12814898 or 13530428. OLE color: 13530428.
HSL color Cylindrical-coordinate representation of color #3C75CE: hue angle of 216.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C75CE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 117 | 206 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.19 |
| HSL | 216.58º | 0.6% | 0.52% | - |
| HSV(B) | 216.58º | 0.71% | 0.81% | - |
| XYZ | 19.37 | 18.14 | 60.87 | - |
| YUV | 110.1 | 182.12 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 206 | 0.71 | 0.43 | 0 | 0.19 | 216.58 | 0.6 | 0.52 |
| Hex | 3C | 75 | CE | 47 | 2B | 0 | 13 | D9 | 3C | 34 |
| Octal | 74 | 165 | 316 | 107 | 53 | 0 | 23 | 331 | 74 | 64 |
| Binary | 111100 | 1110101 | 11001110 | 1000111 | 101011 | 0 | 10011 | 11011001 | 111100 | 110100 |
Color Harmonies of #3C75CE
Complementary color
Monochromatic Colors of #3C75CE
Black with #3C75CE
Text Example
Text Example
White with #3C75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75CE; }
p { color: rgb(60,117,206); }
H1.HeaderClassName
{
color: #3C75CE;
}
.AnyTagClassName
{
color: #3C75CE;
}
</style>
background-color css
<style>
a { background-color: #3C75CE; }
a { background-color: rgb(60,117,206); }
div.DivClassName
{
background-color: #3C75CE;
}
.BgClassName
{
background-color: #3C75CE;
}
</style>
border-color css
<style>
span { border-color: #3C75CE; }
span { border-color: rgb(60,117,206); }
td.TdClassName
{
border-color: #3C75CE;
}
.TagClassName
{
border-color: #3C75CE;
}
</style>