Shades of Royal Blue #3D81DF
Tints of Royal Blue #3D81DF
RGB
CMYK
RGB Variations
Color information
#3D81DF (or 0x3D81DF) is known color: Royal Blue. HEX triplet: 3D, 81 and DF. RGB value is (61,129,223). Sum of RGB (Red+Green+Blue) = 61+129+223=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D81DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D81DF is #C27E20. Grayscale: #767676. Windows color (decimal): -12746273 or 14647613. OLE color: 14647613.
HSL color Cylindrical-coordinate representation of color #3D81DF: hue angle of 214.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D81DF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 129 | 223 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.13 |
| HSL | 214.81º | 0.72% | 0.56% | - |
| HSV(B) | 214.81º | 0.73% | 0.87% | - |
| XYZ | 23.09 | 22.02 | 72.85 | - |
| YUV | 119.38 | 186.47 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 223 | 0.73 | 0.42 | 0 | 0.13 | 214.81 | 0.72 | 0.56 |
| Hex | 3D | 81 | DF | 49 | 2A | 0 | D | D7 | 48 | 38 |
| Octal | 75 | 201 | 337 | 111 | 52 | 0 | 15 | 327 | 110 | 70 |
| Binary | 111101 | 10000001 | 11011111 | 1001001 | 101010 | 0 | 1101 | 11010111 | 1001000 | 111000 |
Color Harmonies of #3D81DF
Complementary color
Monochromatic Colors of #3D81DF
Black with #3D81DF
Text Example
Text Example
White with #3D81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D81DF; }
p { color: rgb(61,129,223); }
H1.HeaderClassName
{
color: #3D81DF;
}
.AnyTagClassName
{
color: #3D81DF;
}
</style>
background-color css
<style>
a { background-color: #3D81DF; }
a { background-color: rgb(61,129,223); }
div.DivClassName
{
background-color: #3D81DF;
}
.BgClassName
{
background-color: #3D81DF;
}
</style>
border-color css
<style>
span { border-color: #3D81DF; }
span { border-color: rgb(61,129,223); }
td.TdClassName
{
border-color: #3D81DF;
}
.TagClassName
{
border-color: #3D81DF;
}
</style>