Shades of Royal Blue #3A66CD
Tints of Royal Blue #3A66CD
RGB
CMYK
RGB Variations
Color information
#3A66CD (or 0x3A66CD) is known color: Royal Blue. HEX triplet: 3A, 66 and CD. RGB value is (58,102,205). Sum of RGB (Red+Green+Blue) = 58+102+205=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A66CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A66CD is #C59932. Grayscale: #646464. Windows color (decimal): -12949811 or 13461050. OLE color: 13461050.
HSL color Cylindrical-coordinate representation of color #3A66CD: hue angle of 222.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A66CD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 102 | 205 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.20 |
| HSL | 222.04º | 0.6% | 0.52% | - |
| HSV(B) | 222.04º | 0.72% | 0.8% | - |
| XYZ | 17.52 | 14.81 | 59.69 | - |
| YUV | 100.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 205 | 0.72 | 0.50 | 0 | 0.20 | 222.04 | 0.6 | 0.52 |
| Hex | 3A | 66 | CD | 48 | 32 | 0 | 14 | DE | 3C | 34 |
| Octal | 72 | 146 | 315 | 110 | 62 | 0 | 24 | 336 | 74 | 64 |
| Binary | 111010 | 1100110 | 11001101 | 1001000 | 110010 | 0 | 10100 | 11011110 | 111100 | 110100 |
Color Harmonies of #3A66CD
Complementary color
Monochromatic Colors of #3A66CD
Black with #3A66CD
Text Example
Text Example
White with #3A66CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A66CD; }
p { color: rgb(58,102,205); }
H1.HeaderClassName
{
color: #3A66CD;
}
.AnyTagClassName
{
color: #3A66CD;
}
</style>
background-color css
<style>
a { background-color: #3A66CD; }
a { background-color: rgb(58,102,205); }
div.DivClassName
{
background-color: #3A66CD;
}
.BgClassName
{
background-color: #3A66CD;
}
</style>
border-color css
<style>
span { border-color: #3A66CD; }
span { border-color: rgb(58,102,205); }
td.TdClassName
{
border-color: #3A66CD;
}
.TagClassName
{
border-color: #3A66CD;
}
</style>