Shades of Royal Blue #3D6CCD
Tints of Royal Blue #3D6CCD
RGB
CMYK
RGB Variations
Color information
#3D6CCD (or 0x3D6CCD) is known color: Royal Blue. HEX triplet: 3D, 6C and CD. RGB value is (61,108,205). Sum of RGB (Red+Green+Blue) = 61+108+205=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6CCD is #C29332. Grayscale: #686868. Windows color (decimal): -12751667 or 13462589. OLE color: 13462589.
HSL color Cylindrical-coordinate representation of color #3D6CCD: hue angle of 220.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D6CCD is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 108 | 205 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.20 |
| HSL | 220.42º | 0.59% | 0.52% | - |
| HSV(B) | 220.42º | 0.7% | 0.8% | - |
| XYZ | 18.31 | 16.13 | 59.91 | - |
| YUV | 105.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 205 | 0.70 | 0.47 | 0 | 0.20 | 220.42 | 0.59 | 0.52 |
| Hex | 3D | 6C | CD | 46 | 2F | 0 | 14 | DC | 3B | 34 |
| Octal | 75 | 154 | 315 | 106 | 57 | 0 | 24 | 334 | 73 | 64 |
| Binary | 111101 | 1101100 | 11001101 | 1000110 | 101111 | 0 | 10100 | 11011100 | 111011 | 110100 |
Color Harmonies of #3D6CCD
Complementary color
Monochromatic Colors of #3D6CCD
Black with #3D6CCD
Text Example
Text Example
White with #3D6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6CCD; }
p { color: rgb(61,108,205); }
H1.HeaderClassName
{
color: #3D6CCD;
}
.AnyTagClassName
{
color: #3D6CCD;
}
</style>
background-color css
<style>
a { background-color: #3D6CCD; }
a { background-color: rgb(61,108,205); }
div.DivClassName
{
background-color: #3D6CCD;
}
.BgClassName
{
background-color: #3D6CCD;
}
</style>
border-color css
<style>
span { border-color: #3D6CCD; }
span { border-color: rgb(61,108,205); }
td.TdClassName
{
border-color: #3D6CCD;
}
.TagClassName
{
border-color: #3D6CCD;
}
</style>