Shades of Medium Blue #2B04CE
Tints of Medium Blue #2B04CE
RGB
CMYK
RGB Variations
Color information
#2B04CE (or 0x2B04CE) is known color: Medium Blue. HEX triplet: 2B, 04 and CE. RGB value is (43,4,206). Sum of RGB (Red+Green+Blue) = 43+4+206=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B04CE is #D4FB31. Grayscale: #252525. Windows color (decimal): -13957938 or 13501483. OLE color: 13501483.
HSL color Cylindrical-coordinate representation of color #2B04CE: hue angle of 251.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04CE is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 4 | 206 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.19 |
| HSL | 251.58º | 0.96% | 0.41% | - |
| HSV(B) | 251.58º | 0.98% | 0.81% | - |
| XYZ | 12.18 | 5.06 | 58.73 | - |
| YUV | 38.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 206 | 0.79 | 0.98 | 0 | 0.19 | 251.58 | 0.96 | 0.41 |
| Hex | 2B | 4 | CE | 4F | 62 | 0 | 13 | FC | 60 | 29 |
| Octal | 53 | 4 | 316 | 117 | 142 | 0 | 23 | 374 | 140 | 51 |
| Binary | 101011 | 100 | 11001110 | 1001111 | 1100010 | 0 | 10011 | 11111100 | 1100000 | 101001 |
Color Harmonies of #2B04CE
Complementary color
Monochromatic Colors of #2B04CE
Black with #2B04CE
Text Example
Text Example
White with #2B04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04CE; }
p { color: rgb(43,4,206); }
H1.HeaderClassName
{
color: #2B04CE;
}
.AnyTagClassName
{
color: #2B04CE;
}
</style>
background-color css
<style>
a { background-color: #2B04CE; }
a { background-color: rgb(43,4,206); }
div.DivClassName
{
background-color: #2B04CE;
}
.BgClassName
{
background-color: #2B04CE;
}
</style>
border-color css
<style>
span { border-color: #2B04CE; }
span { border-color: rgb(43,4,206); }
td.TdClassName
{
border-color: #2B04CE;
}
.TagClassName
{
border-color: #2B04CE;
}
</style>