Shades of Royal Blue #3D5CEF
Tints of Royal Blue #3D5CEF
RGB
CMYK
RGB Variations
Color information
#3D5CEF (or 0x3D5CEF) is known color: Royal Blue. HEX triplet: 3D, 5C and EF. RGB value is (61,92,239). Sum of RGB (Red+Green+Blue) = 61+92+239=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D5CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5CEF is #C2A310. Grayscale: #626262. Windows color (decimal): -12755729 or 15686717. OLE color: 15686717.
HSL color Cylindrical-coordinate representation of color #3D5CEF: hue angle of 229.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D5CEF is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 92 | 239 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.06 |
| HSL | 229.55º | 0.85% | 0.59% | - |
| HSV(B) | 229.55º | 0.74% | 0.94% | - |
| XYZ | 21.33 | 14.88 | 83.41 | - |
| YUV | 99.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 239 | 0.74 | 0.62 | 0 | 0.06 | 229.55 | 0.85 | 0.59 |
| Hex | 3D | 5C | EF | 4A | 3E | 0 | 6 | E6 | 55 | 3B |
| Octal | 75 | 134 | 357 | 112 | 76 | 0 | 6 | 346 | 125 | 73 |
| Binary | 111101 | 1011100 | 11101111 | 1001010 | 111110 | 0 | 110 | 11100110 | 1010101 | 111011 |
Color Harmonies of #3D5CEF
Complementary color
Monochromatic Colors of #3D5CEF
Black with #3D5CEF
Text Example
Text Example
White with #3D5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5CEF; }
p { color: rgb(61,92,239); }
H1.HeaderClassName
{
color: #3D5CEF;
}
.AnyTagClassName
{
color: #3D5CEF;
}
</style>
background-color css
<style>
a { background-color: #3D5CEF; }
a { background-color: rgb(61,92,239); }
div.DivClassName
{
background-color: #3D5CEF;
}
.BgClassName
{
background-color: #3D5CEF;
}
</style>
border-color css
<style>
span { border-color: #3D5CEF; }
span { border-color: rgb(61,92,239); }
td.TdClassName
{
border-color: #3D5CEF;
}
.TagClassName
{
border-color: #3D5CEF;
}
</style>