Shades of Royal Blue #3C67DD
Tints of Royal Blue #3C67DD
RGB
CMYK
RGB Variations
Color information
#3C67DD (or 0x3C67DD) is known color: Royal Blue. HEX triplet: 3C, 67 and DD. RGB value is (60,103,221). Sum of RGB (Red+Green+Blue) = 60+103+221=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C67DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C67DD is #C39822. Grayscale: #676767. Windows color (decimal): -12818467 or 14509884. OLE color: 14509884.
HSL color Cylindrical-coordinate representation of color #3C67DD: hue angle of 223.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C67DD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 103 | 221 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.13 |
| HSL | 223.98º | 0.7% | 0.55% | - |
| HSV(B) | 223.98º | 0.73% | 0.87% | - |
| XYZ | 19.76 | 15.88 | 70.43 | - |
| YUV | 103.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 221 | 0.73 | 0.53 | 0 | 0.13 | 223.98 | 0.7 | 0.55 |
| Hex | 3C | 67 | DD | 49 | 35 | 0 | D | E0 | 46 | 37 |
| Octal | 74 | 147 | 335 | 111 | 65 | 0 | 15 | 340 | 106 | 67 |
| Binary | 111100 | 1100111 | 11011101 | 1001001 | 110101 | 0 | 1101 | 11100000 | 1000110 | 110111 |
Color Harmonies of #3C67DD
Complementary color
Monochromatic Colors of #3C67DD
Black with #3C67DD
Text Example
Text Example
White with #3C67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C67DD; }
p { color: rgb(60,103,221); }
H1.HeaderClassName
{
color: #3C67DD;
}
.AnyTagClassName
{
color: #3C67DD;
}
</style>
background-color css
<style>
a { background-color: #3C67DD; }
a { background-color: rgb(60,103,221); }
div.DivClassName
{
background-color: #3C67DD;
}
.BgClassName
{
background-color: #3C67DD;
}
</style>
border-color css
<style>
span { border-color: #3C67DD; }
span { border-color: rgb(60,103,221); }
td.TdClassName
{
border-color: #3C67DD;
}
.TagClassName
{
border-color: #3C67DD;
}
</style>