Shades of Royal Blue #3D6ECC
Tints of Royal Blue #3D6ECC
RGB
CMYK
RGB Variations
Color information
#3D6ECC (or 0x3D6ECC) is known color: Royal Blue. HEX triplet: 3D, 6E and CC. RGB value is (61,110,204). Sum of RGB (Red+Green+Blue) = 61+110+204=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6ECC is #C29133. Grayscale: #696969. Windows color (decimal): -12751156 or 13397565. OLE color: 13397565.
HSL color Cylindrical-coordinate representation of color #3D6ECC: hue angle of 219.44º degrees, saturation: 0.58, 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 #3D6ECC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 110 | 204 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.2 |
| HSL | 219.44º | 0.58% | 0.52% | - |
| HSV(B) | 219.44º | 0.7% | 0.8% | - |
| XYZ | 18.4 | 16.5 | 59.34 | - |
| YUV | 106.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 204 | 0.70 | 0.46 | 0 | 0.2 | 219.44 | 0.58 | 0.52 |
| Hex | 3D | 6E | CC | 46 | 2E | 0 | 14 | DB | 3A | 34 |
| Octal | 75 | 156 | 314 | 106 | 56 | 0 | 24 | 333 | 72 | 64 |
| Binary | 111101 | 1101110 | 11001100 | 1000110 | 101110 | 0 | 10100 | 11011011 | 111010 | 110100 |
Color Harmonies of #3D6ECC
Complementary color
Monochromatic Colors of #3D6ECC
Black with #3D6ECC
Text Example
Text Example
White with #3D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6ECC; }
p { color: rgb(61,110,204); }
H1.HeaderClassName
{
color: #3D6ECC;
}
.AnyTagClassName
{
color: #3D6ECC;
}
</style>
background-color css
<style>
a { background-color: #3D6ECC; }
a { background-color: rgb(61,110,204); }
div.DivClassName
{
background-color: #3D6ECC;
}
.BgClassName
{
background-color: #3D6ECC;
}
</style>
border-color css
<style>
span { border-color: #3D6ECC; }
span { border-color: rgb(61,110,204); }
td.TdClassName
{
border-color: #3D6ECC;
}
.TagClassName
{
border-color: #3D6ECC;
}
</style>