Shades of Royal Blue #3D6FE8
Tints of Royal Blue #3D6FE8
RGB
CMYK
RGB Variations
Color information
#3D6FE8 (or 0x3D6FE8) is known color: Royal Blue. HEX triplet: 3D, 6F and E8. RGB value is (61,111,232). Sum of RGB (Red+Green+Blue) = 61+111+232=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #3D6FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6FE8 is #C29017. Grayscale: #6D6D6D. Windows color (decimal): -12750872 or 15232829. OLE color: 15232829.
HSL color Cylindrical-coordinate representation of color #3D6FE8: hue angle of 222.46º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D6FE8 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 111 | 232 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.09 |
| HSL | 222.46º | 0.79% | 0.57% | - |
| HSV(B) | 222.46º | 0.74% | 0.91% | - |
| XYZ | 22.17 | 18.19 | 78.69 | - |
| YUV | 109.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 232 | 0.74 | 0.52 | 0 | 0.09 | 222.46 | 0.79 | 0.57 |
| Hex | 3D | 6F | E8 | 4A | 34 | 0 | 9 | DE | 4F | 39 |
| Octal | 75 | 157 | 350 | 112 | 64 | 0 | 11 | 336 | 117 | 71 |
| Binary | 111101 | 1101111 | 11101000 | 1001010 | 110100 | 0 | 1001 | 11011110 | 1001111 | 111001 |
Color Harmonies of #3D6FE8
Complementary color
Monochromatic Colors of #3D6FE8
Black with #3D6FE8
Text Example
Text Example
White with #3D6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FE8; }
p { color: rgb(61,111,232); }
H1.HeaderClassName
{
color: #3D6FE8;
}
.AnyTagClassName
{
color: #3D6FE8;
}
</style>
background-color css
<style>
a { background-color: #3D6FE8; }
a { background-color: rgb(61,111,232); }
div.DivClassName
{
background-color: #3D6FE8;
}
.BgClassName
{
background-color: #3D6FE8;
}
</style>
border-color css
<style>
span { border-color: #3D6FE8; }
span { border-color: rgb(61,111,232); }
td.TdClassName
{
border-color: #3D6FE8;
}
.TagClassName
{
border-color: #3D6FE8;
}
</style>