Shades of Royal Blue #3D78CE
Tints of Royal Blue #3D78CE
RGB
CMYK
RGB Variations
Color information
#3D78CE (or 0x3D78CE) is known color: Royal Blue. HEX triplet: 3D, 78 and CE. RGB value is (61,120,206). Sum of RGB (Red+Green+Blue) = 61+120+206=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D78CE is #C28731. Grayscale: #6F6F6F. Windows color (decimal): -12748594 or 13531197. OLE color: 13531197.
HSL color Cylindrical-coordinate representation of color #3D78CE: hue angle of 215.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D78CE is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 120 | 206 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.19 |
| HSL | 215.59º | 0.6% | 0.52% | - |
| HSV(B) | 215.59º | 0.7% | 0.81% | - |
| XYZ | 19.78 | 18.88 | 60.99 | - |
| YUV | 112.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 206 | 0.70 | 0.42 | 0 | 0.19 | 215.59 | 0.6 | 0.52 |
| Hex | 3D | 78 | CE | 46 | 2A | 0 | 13 | D8 | 3C | 34 |
| Octal | 75 | 170 | 316 | 106 | 52 | 0 | 23 | 330 | 74 | 64 |
| Binary | 111101 | 1111000 | 11001110 | 1000110 | 101010 | 0 | 10011 | 11011000 | 111100 | 110100 |
Color Harmonies of #3D78CE
Complementary color
Monochromatic Colors of #3D78CE
Black with #3D78CE
Text Example
Text Example
White with #3D78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D78CE; }
p { color: rgb(61,120,206); }
H1.HeaderClassName
{
color: #3D78CE;
}
.AnyTagClassName
{
color: #3D78CE;
}
</style>
background-color css
<style>
a { background-color: #3D78CE; }
a { background-color: rgb(61,120,206); }
div.DivClassName
{
background-color: #3D78CE;
}
.BgClassName
{
background-color: #3D78CE;
}
</style>
border-color css
<style>
span { border-color: #3D78CE; }
span { border-color: rgb(61,120,206); }
td.TdClassName
{
border-color: #3D78CE;
}
.TagClassName
{
border-color: #3D78CE;
}
</style>