Shades of Royal Blue #2767DB
Tints of Royal Blue #2767DB
RGB
CMYK
RGB Variations
Color information
#2767DB (or 0x2767DB) is known color: Royal Blue. HEX triplet: 27, 67 and DB. RGB value is (39,103,219). Sum of RGB (Red+Green+Blue) = 39+103+219=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #2767DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2767DB is #D89824. Grayscale: #606060. Windows color (decimal): -14194725 or 14378791. OLE color: 14378791.
HSL color Cylindrical-coordinate representation of color #2767DB: hue angle of 218.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2767DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 103 | 219 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 218.67º | 0.71% | 0.51% | - |
| HSV(B) | 218.67º | 0.82% | 0.86% | - |
| XYZ | 18.47 | 15.25 | 68.99 | - |
| YUV | 97.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 219 | 0.82 | 0.53 | 0 | 0.14 | 218.67 | 0.71 | 0.51 |
| Hex | 27 | 67 | DB | 52 | 35 | 0 | E | DB | 47 | 33 |
| Octal | 47 | 147 | 333 | 122 | 65 | 0 | 16 | 333 | 107 | 63 |
| Binary | 100111 | 1100111 | 11011011 | 1010010 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110011 |
Color Harmonies of #2767DB
Complementary color
Monochromatic Colors of #2767DB
Black with #2767DB
Text Example
Text Example
White with #2767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767DB; }
p { color: rgb(39,103,219); }
H1.HeaderClassName
{
color: #2767DB;
}
.AnyTagClassName
{
color: #2767DB;
}
</style>
background-color css
<style>
a { background-color: #2767DB; }
a { background-color: rgb(39,103,219); }
div.DivClassName
{
background-color: #2767DB;
}
.BgClassName
{
background-color: #2767DB;
}
</style>
border-color css
<style>
span { border-color: #2767DB; }
span { border-color: rgb(39,103,219); }
td.TdClassName
{
border-color: #2767DB;
}
.TagClassName
{
border-color: #2767DB;
}
</style>