Shades of Royal Blue #3D67DB
Tints of Royal Blue #3D67DB
RGB
CMYK
RGB Variations
Color information
#3D67DB (or 0x3D67DB) is known color: Royal Blue. HEX triplet: 3D, 67 and DB. RGB value is (61,103,219). Sum of RGB (Red+Green+Blue) = 61+103+219=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D67DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D67DB is #C29824. Grayscale: #676767. Windows color (decimal): -12752933 or 14378813. OLE color: 14378813.
HSL color Cylindrical-coordinate representation of color #3D67DB: hue angle of 224.05º 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 #3D67DB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 103 | 219 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.14 |
| HSL | 224.05º | 0.69% | 0.55% | - |
| HSV(B) | 224.05º | 0.72% | 0.86% | - |
| XYZ | 19.56 | 15.81 | 69.04 | - |
| YUV | 103.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 219 | 0.72 | 0.53 | 0 | 0.14 | 224.05 | 0.69 | 0.55 |
| Hex | 3D | 67 | DB | 48 | 35 | 0 | E | E0 | 45 | 37 |
| Octal | 75 | 147 | 333 | 110 | 65 | 0 | 16 | 340 | 105 | 67 |
| Binary | 111101 | 1100111 | 11011011 | 1001000 | 110101 | 0 | 1110 | 11100000 | 1000101 | 110111 |
Color Harmonies of #3D67DB
Complementary color
Monochromatic Colors of #3D67DB
Black with #3D67DB
Text Example
Text Example
White with #3D67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D67DB; }
p { color: rgb(61,103,219); }
H1.HeaderClassName
{
color: #3D67DB;
}
.AnyTagClassName
{
color: #3D67DB;
}
</style>
background-color css
<style>
a { background-color: #3D67DB; }
a { background-color: rgb(61,103,219); }
div.DivClassName
{
background-color: #3D67DB;
}
.BgClassName
{
background-color: #3D67DB;
}
</style>
border-color css
<style>
span { border-color: #3D67DB; }
span { border-color: rgb(61,103,219); }
td.TdClassName
{
border-color: #3D67DB;
}
.TagClassName
{
border-color: #3D67DB;
}
</style>