Shades of Royal Blue #3D5CDC
Tints of Royal Blue #3D5CDC
RGB
CMYK
RGB Variations
Color information
#3D5CDC (or 0x3D5CDC) is known color: Royal Blue. HEX triplet: 3D, 5C and DC. RGB value is (61,92,220). Sum of RGB (Red+Green+Blue) = 61+92+220=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5CDC is #C2A323. Grayscale: #606060. Windows color (decimal): -12755748 or 14441533. OLE color: 14441533.
HSL color Cylindrical-coordinate representation of color #3D5CDC: hue angle of 228.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5CDC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 92 | 220 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.14 |
| HSL | 228.3º | 0.69% | 0.55% | - |
| HSV(B) | 228.3º | 0.72% | 0.86% | - |
| XYZ | 18.67 | 13.81 | 69.39 | - |
| YUV | 97.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 220 | 0.72 | 0.58 | 0 | 0.14 | 228.3 | 0.69 | 0.55 |
| Hex | 3D | 5C | DC | 48 | 3A | 0 | E | E4 | 45 | 37 |
| Octal | 75 | 134 | 334 | 110 | 72 | 0 | 16 | 344 | 105 | 67 |
| Binary | 111101 | 1011100 | 11011100 | 1001000 | 111010 | 0 | 1110 | 11100100 | 1000101 | 110111 |
Color Harmonies of #3D5CDC
Complementary color
Monochromatic Colors of #3D5CDC
Black with #3D5CDC
Text Example
Text Example
White with #3D5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5CDC; }
p { color: rgb(61,92,220); }
H1.HeaderClassName
{
color: #3D5CDC;
}
.AnyTagClassName
{
color: #3D5CDC;
}
</style>
background-color css
<style>
a { background-color: #3D5CDC; }
a { background-color: rgb(61,92,220); }
div.DivClassName
{
background-color: #3D5CDC;
}
.BgClassName
{
background-color: #3D5CDC;
}
</style>
border-color css
<style>
span { border-color: #3D5CDC; }
span { border-color: rgb(61,92,220); }
td.TdClassName
{
border-color: #3D5CDC;
}
.TagClassName
{
border-color: #3D5CDC;
}
</style>