Shades of Royal Blue #3D62DB
Tints of Royal Blue #3D62DB
RGB
CMYK
RGB Variations
Color information
#3D62DB (or 0x3D62DB) is known color: Royal Blue. HEX triplet: 3D, 62 and DB. RGB value is (61,98,219). Sum of RGB (Red+Green+Blue) = 61+98+219=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D62DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D62DB is #C29D24. Grayscale: #646464. Windows color (decimal): -12754213 or 14377533. OLE color: 14377533.
HSL color Cylindrical-coordinate representation of color #3D62DB: hue angle of 225.95º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D62DB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 98 | 219 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.14 |
| HSL | 225.95º | 0.69% | 0.55% | - |
| HSV(B) | 225.95º | 0.72% | 0.86% | - |
| XYZ | 19.08 | 14.84 | 68.88 | - |
| YUV | 100.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 219 | 0.72 | 0.55 | 0 | 0.14 | 225.95 | 0.69 | 0.55 |
| Hex | 3D | 62 | DB | 48 | 37 | 0 | E | E2 | 45 | 37 |
| Octal | 75 | 142 | 333 | 110 | 67 | 0 | 16 | 342 | 105 | 67 |
| Binary | 111101 | 1100010 | 11011011 | 1001000 | 110111 | 0 | 1110 | 11100010 | 1000101 | 110111 |
Color Harmonies of #3D62DB
Complementary color
Monochromatic Colors of #3D62DB
Black with #3D62DB
Text Example
Text Example
White with #3D62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D62DB; }
p { color: rgb(61,98,219); }
H1.HeaderClassName
{
color: #3D62DB;
}
.AnyTagClassName
{
color: #3D62DB;
}
</style>
background-color css
<style>
a { background-color: #3D62DB; }
a { background-color: rgb(61,98,219); }
div.DivClassName
{
background-color: #3D62DB;
}
.BgClassName
{
background-color: #3D62DB;
}
</style>
border-color css
<style>
span { border-color: #3D62DB; }
span { border-color: rgb(61,98,219); }
td.TdClassName
{
border-color: #3D62DB;
}
.TagClassName
{
border-color: #3D62DB;
}
</style>