Shades of Royal Blue #2B64D4
Tints of Royal Blue #2B64D4
RGB
CMYK
RGB Variations
Color information
#2B64D4 (or 0x2B64D4) is known color: Royal Blue. HEX triplet: 2B, 64 and D4. RGB value is (43,100,212). Sum of RGB (Red+Green+Blue) = 43+100+212=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B64D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64D4 is #D49B2B. Grayscale: #5F5F5F. Windows color (decimal): -13933356 or 13919275. OLE color: 13919275.
HSL color Cylindrical-coordinate representation of color #2B64D4: hue angle of 219.76º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B64D4 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 100 | 212 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.17 |
| HSL | 219.76º | 0.66% | 0.5% | - |
| HSV(B) | 219.76º | 0.8% | 0.83% | - |
| XYZ | 17.44 | 14.38 | 64.14 | - |
| YUV | 95.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 212 | 0.80 | 0.53 | 0 | 0.17 | 219.76 | 0.66 | 0.5 |
| Hex | 2B | 64 | D4 | 50 | 35 | 0 | 11 | DC | 42 | 32 |
| Octal | 53 | 144 | 324 | 120 | 65 | 0 | 21 | 334 | 102 | 62 |
| Binary | 101011 | 1100100 | 11010100 | 1010000 | 110101 | 0 | 10001 | 11011100 | 1000010 | 110010 |
Color Harmonies of #2B64D4
Complementary color
Monochromatic Colors of #2B64D4
Black with #2B64D4
Text Example
Text Example
White with #2B64D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64D4; }
p { color: rgb(43,100,212); }
H1.HeaderClassName
{
color: #2B64D4;
}
.AnyTagClassName
{
color: #2B64D4;
}
</style>
background-color css
<style>
a { background-color: #2B64D4; }
a { background-color: rgb(43,100,212); }
div.DivClassName
{
background-color: #2B64D4;
}
.BgClassName
{
background-color: #2B64D4;
}
</style>
border-color css
<style>
span { border-color: #2B64D4; }
span { border-color: rgb(43,100,212); }
td.TdClassName
{
border-color: #2B64D4;
}
.TagClassName
{
border-color: #2B64D4;
}
</style>