Shades of Curious Blue #2B76CB
Tints of Curious Blue #2B76CB
RGB
CMYK
RGB Variations
Color information
#2B76CB (or 0x2B76CB) is known color: Curious Blue. HEX triplet: 2B, 76 and CB. RGB value is (43,118,203). Sum of RGB (Red+Green+Blue) = 43+118+203=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B76CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B76CB is #D48934. Grayscale: #686868. Windows color (decimal): -13928757 or 13334059. OLE color: 13334059.
HSL color Cylindrical-coordinate representation of color #2B76CB: hue angle of 211.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B76CB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 118 | 203 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.20 |
| HSL | 211.88º | 0.65% | 0.48% | - |
| HSV(B) | 211.88º | 0.79% | 0.8% | - |
| XYZ | 18.25 | 17.78 | 58.97 | - |
| YUV | 105.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 203 | 0.79 | 0.42 | 0 | 0.20 | 211.88 | 0.65 | 0.48 |
| Hex | 2B | 76 | CB | 4F | 2A | 0 | 14 | D4 | 41 | 30 |
| Octal | 53 | 166 | 313 | 117 | 52 | 0 | 24 | 324 | 101 | 60 |
| Binary | 101011 | 1110110 | 11001011 | 1001111 | 101010 | 0 | 10100 | 11010100 | 1000001 | 110000 |
Color Harmonies of #2B76CB
Complementary color
Monochromatic Colors of #2B76CB
Black with #2B76CB
Text Example
Text Example
White with #2B76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B76CB; }
p { color: rgb(43,118,203); }
H1.HeaderClassName
{
color: #2B76CB;
}
.AnyTagClassName
{
color: #2B76CB;
}
</style>
background-color css
<style>
a { background-color: #2B76CB; }
a { background-color: rgb(43,118,203); }
div.DivClassName
{
background-color: #2B76CB;
}
.BgClassName
{
background-color: #2B76CB;
}
</style>
border-color css
<style>
span { border-color: #2B76CB; }
span { border-color: rgb(43,118,203); }
td.TdClassName
{
border-color: #2B76CB;
}
.TagClassName
{
border-color: #2B76CB;
}
</style>