Shades of Royal Blue #3A68CE
Tints of Royal Blue #3A68CE
RGB
CMYK
RGB Variations
Color information
#3A68CE (or 0x3A68CE) is known color: Royal Blue. HEX triplet: 3A, 68 and CE. RGB value is (58,104,206). Sum of RGB (Red+Green+Blue) = 58+104+206=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A68CE is #C59731. Grayscale: #656565. Windows color (decimal): -12949298 or 13527098. OLE color: 13527098.
HSL color Cylindrical-coordinate representation of color #3A68CE: hue angle of 221.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A68CE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 104 | 206 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.19 |
| HSL | 221.35º | 0.6% | 0.52% | - |
| HSV(B) | 221.35º | 0.72% | 0.81% | - |
| XYZ | 17.84 | 15.26 | 60.4 | - |
| YUV | 101.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 206 | 0.72 | 0.50 | 0 | 0.19 | 221.35 | 0.6 | 0.52 |
| Hex | 3A | 68 | CE | 48 | 32 | 0 | 13 | DD | 3C | 34 |
| Octal | 72 | 150 | 316 | 110 | 62 | 0 | 23 | 335 | 74 | 64 |
| Binary | 111010 | 1101000 | 11001110 | 1001000 | 110010 | 0 | 10011 | 11011101 | 111100 | 110100 |
Color Harmonies of #3A68CE
Complementary color
Monochromatic Colors of #3A68CE
Black with #3A68CE
Text Example
Text Example
White with #3A68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A68CE; }
p { color: rgb(58,104,206); }
H1.HeaderClassName
{
color: #3A68CE;
}
.AnyTagClassName
{
color: #3A68CE;
}
</style>
background-color css
<style>
a { background-color: #3A68CE; }
a { background-color: rgb(58,104,206); }
div.DivClassName
{
background-color: #3A68CE;
}
.BgClassName
{
background-color: #3A68CE;
}
</style>
border-color css
<style>
span { border-color: #3A68CE; }
span { border-color: rgb(58,104,206); }
td.TdClassName
{
border-color: #3A68CE;
}
.TagClassName
{
border-color: #3A68CE;
}
</style>