Shades of Royal Blue #3A68DF
Tints of Royal Blue #3A68DF
RGB
CMYK
RGB Variations
Color information
#3A68DF (or 0x3A68DF) is known color: Royal Blue. HEX triplet: 3A, 68 and DF. RGB value is (58,104,223). Sum of RGB (Red+Green+Blue) = 58+104+223=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A68DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A68DF is #C59720. Grayscale: #676767. Windows color (decimal): -12949281 or 14641210. OLE color: 14641210.
HSL color Cylindrical-coordinate representation of color #3A68DF: hue angle of 223.27º degrees, saturation: 0.72, 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 #3A68DF is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 104 | 223 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.13 |
| HSL | 223.27º | 0.72% | 0.55% | - |
| HSV(B) | 223.27º | 0.74% | 0.87% | - |
| XYZ | 20.01 | 16.13 | 71.87 | - |
| YUV | 103.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 223 | 0.74 | 0.53 | 0 | 0.13 | 223.27 | 0.72 | 0.55 |
| Hex | 3A | 68 | DF | 4A | 35 | 0 | D | DF | 48 | 37 |
| Octal | 72 | 150 | 337 | 112 | 65 | 0 | 15 | 337 | 110 | 67 |
| Binary | 111010 | 1101000 | 11011111 | 1001010 | 110101 | 0 | 1101 | 11011111 | 1001000 | 110111 |
Color Harmonies of #3A68DF
Complementary color
Monochromatic Colors of #3A68DF
Black with #3A68DF
Text Example
Text Example
White with #3A68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68DF; }
p { color: rgb(58,104,223); }
H1.HeaderClassName
{
color: #3A68DF;
}
.AnyTagClassName
{
color: #3A68DF;
}
</style>
background-color css
<style>
a { background-color: #3A68DF; }
a { background-color: rgb(58,104,223); }
div.DivClassName
{
background-color: #3A68DF;
}
.BgClassName
{
background-color: #3A68DF;
}
</style>
border-color css
<style>
span { border-color: #3A68DF; }
span { border-color: rgb(58,104,223); }
td.TdClassName
{
border-color: #3A68DF;
}
.TagClassName
{
border-color: #3A68DF;
}
</style>