Shades of Royal Blue #3E69CB
Tints of Royal Blue #3E69CB
RGB
CMYK
RGB Variations
Color information
#3E69CB (or 0x3E69CB) is known color: Royal Blue. HEX triplet: 3E, 69 and CB. RGB value is (62,105,203). Sum of RGB (Red+Green+Blue) = 62+105+203=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E69CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E69CB is #C19634. Grayscale: #666666. Windows color (decimal): -12686901 or 13330750. OLE color: 13330750.
HSL color Cylindrical-coordinate representation of color #3E69CB: hue angle of 221.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E69CB is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 105 | 203 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.20 |
| HSL | 221.7º | 0.58% | 0.52% | - |
| HSV(B) | 221.7º | 0.69% | 0.8% | - |
| XYZ | 17.82 | 15.44 | 58.54 | - |
| YUV | 103.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 203 | 0.69 | 0.48 | 0 | 0.20 | 221.7 | 0.58 | 0.52 |
| Hex | 3E | 69 | CB | 45 | 30 | 0 | 14 | DE | 3A | 34 |
| Octal | 76 | 151 | 313 | 105 | 60 | 0 | 24 | 336 | 72 | 64 |
| Binary | 111110 | 1101001 | 11001011 | 1000101 | 110000 | 0 | 10100 | 11011110 | 111010 | 110100 |
Color Harmonies of #3E69CB
Complementary color
Monochromatic Colors of #3E69CB
Black with #3E69CB
Text Example
Text Example
White with #3E69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E69CB; }
p { color: rgb(62,105,203); }
H1.HeaderClassName
{
color: #3E69CB;
}
.AnyTagClassName
{
color: #3E69CB;
}
</style>
background-color css
<style>
a { background-color: #3E69CB; }
a { background-color: rgb(62,105,203); }
div.DivClassName
{
background-color: #3E69CB;
}
.BgClassName
{
background-color: #3E69CB;
}
</style>
border-color css
<style>
span { border-color: #3E69CB; }
span { border-color: rgb(62,105,203); }
td.TdClassName
{
border-color: #3E69CB;
}
.TagClassName
{
border-color: #3E69CB;
}
</style>