Shades of Royal Blue #2767DD
Tints of Royal Blue #2767DD
RGB
CMYK
RGB Variations
Color information
#2767DD (or 0x2767DD) is known color: Royal Blue. HEX triplet: 27, 67 and DD. RGB value is (39,103,221). Sum of RGB (Red+Green+Blue) = 39+103+221=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #2767DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2767DD is #D89822. Grayscale: #606060. Windows color (decimal): -14194723 or 14509863. OLE color: 14509863.
HSL color Cylindrical-coordinate representation of color #2767DD: hue angle of 218.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2767DD is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 103 | 221 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.13 |
| HSL | 218.9º | 0.73% | 0.51% | - |
| HSV(B) | 218.9º | 0.82% | 0.87% | - |
| XYZ | 18.74 | 15.35 | 70.38 | - |
| YUV | 97.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 221 | 0.82 | 0.53 | 0 | 0.13 | 218.9 | 0.73 | 0.51 |
| Hex | 27 | 67 | DD | 52 | 35 | 0 | D | DB | 49 | 33 |
| Octal | 47 | 147 | 335 | 122 | 65 | 0 | 15 | 333 | 111 | 63 |
| Binary | 100111 | 1100111 | 11011101 | 1010010 | 110101 | 0 | 1101 | 11011011 | 1001001 | 110011 |
Color Harmonies of #2767DD
Complementary color
Monochromatic Colors of #2767DD
Black with #2767DD
Text Example
Text Example
White with #2767DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767DD; }
p { color: rgb(39,103,221); }
H1.HeaderClassName
{
color: #2767DD;
}
.AnyTagClassName
{
color: #2767DD;
}
</style>
background-color css
<style>
a { background-color: #2767DD; }
a { background-color: rgb(39,103,221); }
div.DivClassName
{
background-color: #2767DD;
}
.BgClassName
{
background-color: #2767DD;
}
</style>
border-color css
<style>
span { border-color: #2767DD; }
span { border-color: rgb(39,103,221); }
td.TdClassName
{
border-color: #2767DD;
}
.TagClassName
{
border-color: #2767DD;
}
</style>