Shades of Royal Blue #2B67EC
Tints of Royal Blue #2B67EC
RGB
CMYK
RGB Variations
Color information
#2B67EC (or 0x2B67EC) is known color: Royal Blue. HEX triplet: 2B, 67 and EC. RGB value is (43,103,236). Sum of RGB (Red+Green+Blue) = 43+103+236=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B67EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B67EC is #D49813. Grayscale: #636363. Windows color (decimal): -13932564 or 15492907. OLE color: 15492907.
HSL color Cylindrical-coordinate representation of color #2B67EC: hue angle of 221.35º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B67EC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 103 | 236 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.07 |
| HSL | 221.35º | 0.84% | 0.55% | - |
| HSV(B) | 221.35º | 0.82% | 0.93% | - |
| XYZ | 20.99 | 16.27 | 81.39 | - |
| YUV | 100.22 | 204.62 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 236 | 0.82 | 0.56 | 0 | 0.07 | 221.35 | 0.84 | 0.55 |
| Hex | 2B | 67 | EC | 52 | 38 | 0 | 7 | DD | 54 | 37 |
| Octal | 53 | 147 | 354 | 122 | 70 | 0 | 7 | 335 | 124 | 67 |
| Binary | 101011 | 1100111 | 11101100 | 1010010 | 111000 | 0 | 111 | 11011101 | 1010100 | 110111 |
Color Harmonies of #2B67EC
Complementary color
Monochromatic Colors of #2B67EC
Black with #2B67EC
Text Example
Text Example
White with #2B67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B67EC; }
p { color: rgb(43,103,236); }
H1.HeaderClassName
{
color: #2B67EC;
}
.AnyTagClassName
{
color: #2B67EC;
}
</style>
background-color css
<style>
a { background-color: #2B67EC; }
a { background-color: rgb(43,103,236); }
div.DivClassName
{
background-color: #2B67EC;
}
.BgClassName
{
background-color: #2B67EC;
}
</style>
border-color css
<style>
span { border-color: #2B67EC; }
span { border-color: rgb(43,103,236); }
td.TdClassName
{
border-color: #2B67EC;
}
.TagClassName
{
border-color: #2B67EC;
}
</style>