Shades of Royal Blue #3665CD
Tints of Royal Blue #3665CD
RGB
CMYK
RGB Variations
Color information
#3665CD (or 0x3665CD) is known color: Royal Blue. HEX triplet: 36, 65 and CD. RGB value is (54,101,205). Sum of RGB (Red+Green+Blue) = 54+101+205=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3665CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665CD is #C99A32. Grayscale: #626262. Windows color (decimal): -13212211 or 13460790. OLE color: 13460790.
HSL color Cylindrical-coordinate representation of color #3665CD: hue angle of 221.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3665CD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 101 | 205 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.20 |
| HSL | 221.32º | 0.6% | 0.51% | - |
| HSV(B) | 221.32º | 0.74% | 0.8% | - |
| XYZ | 17.19 | 14.5 | 59.65 | - |
| YUV | 98.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 205 | 0.74 | 0.51 | 0 | 0.20 | 221.32 | 0.6 | 0.51 |
| Hex | 36 | 65 | CD | 4A | 33 | 0 | 14 | DD | 3C | 33 |
| Octal | 66 | 145 | 315 | 112 | 63 | 0 | 24 | 335 | 74 | 63 |
| Binary | 110110 | 1100101 | 11001101 | 1001010 | 110011 | 0 | 10100 | 11011101 | 111100 | 110011 |
Color Harmonies of #3665CD
Complementary color
Monochromatic Colors of #3665CD
Black with #3665CD
Text Example
Text Example
White with #3665CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665CD; }
p { color: rgb(54,101,205); }
H1.HeaderClassName
{
color: #3665CD;
}
.AnyTagClassName
{
color: #3665CD;
}
</style>
background-color css
<style>
a { background-color: #3665CD; }
a { background-color: rgb(54,101,205); }
div.DivClassName
{
background-color: #3665CD;
}
.BgClassName
{
background-color: #3665CD;
}
</style>
border-color css
<style>
span { border-color: #3665CD; }
span { border-color: rgb(54,101,205); }
td.TdClassName
{
border-color: #3665CD;
}
.TagClassName
{
border-color: #3665CD;
}
</style>