Shades of Royal Blue #3A68DD
Tints of Royal Blue #3A68DD
RGB
CMYK
RGB Variations
Color information
#3A68DD (or 0x3A68DD) is known color: Royal Blue. HEX triplet: 3A, 68 and DD. RGB value is (58,104,221). Sum of RGB (Red+Green+Blue) = 58+104+221=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A68DD is #C59722. Grayscale: #676767. Windows color (decimal): -12949283 or 14510138. OLE color: 14510138.
HSL color Cylindrical-coordinate representation of color #3A68DD: hue angle of 223.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A68DD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 104 | 221 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.13 |
| HSL | 223.07º | 0.71% | 0.55% | - |
| HSV(B) | 223.07º | 0.74% | 0.87% | - |
| XYZ | 19.75 | 16.02 | 70.46 | - |
| YUV | 103.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 221 | 0.74 | 0.53 | 0 | 0.13 | 223.07 | 0.71 | 0.55 |
| Hex | 3A | 68 | DD | 4A | 35 | 0 | D | DF | 47 | 37 |
| Octal | 72 | 150 | 335 | 112 | 65 | 0 | 15 | 337 | 107 | 67 |
| Binary | 111010 | 1101000 | 11011101 | 1001010 | 110101 | 0 | 1101 | 11011111 | 1000111 | 110111 |
Color Harmonies of #3A68DD
Complementary color
Monochromatic Colors of #3A68DD
Black with #3A68DD
Text Example
Text Example
White with #3A68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68DD; }
p { color: rgb(58,104,221); }
H1.HeaderClassName
{
color: #3A68DD;
}
.AnyTagClassName
{
color: #3A68DD;
}
</style>
background-color css
<style>
a { background-color: #3A68DD; }
a { background-color: rgb(58,104,221); }
div.DivClassName
{
background-color: #3A68DD;
}
.BgClassName
{
background-color: #3A68DD;
}
</style>
border-color css
<style>
span { border-color: #3A68DD; }
span { border-color: rgb(58,104,221); }
td.TdClassName
{
border-color: #3A68DD;
}
.TagClassName
{
border-color: #3A68DD;
}
</style>