Shades of Curious Blue #2B91CE
Tints of Curious Blue #2B91CE
RGB
CMYK
RGB Variations
Color information
#2B91CE (or 0x2B91CE) is known color: Curious Blue. HEX triplet: 2B, 91 and CE. RGB value is (43,145,206). Sum of RGB (Red+Green+Blue) = 43+145+206=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B91CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91CE is #D46E31. Grayscale: #797979. Windows color (decimal): -13921842 or 13537579. OLE color: 13537579.
HSL color Cylindrical-coordinate representation of color #2B91CE: hue angle of 202.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B91CE is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 145 | 206 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.19 |
| HSL | 202.45º | 0.65% | 0.49% | - |
| HSV(B) | 202.45º | 0.79% | 0.81% | - |
| XYZ | 22.26 | 25.22 | 62.09 | - |
| YUV | 121.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 206 | 0.79 | 0.30 | 0 | 0.19 | 202.45 | 0.65 | 0.49 |
| Hex | 2B | 91 | CE | 4F | 1E | 0 | 13 | CA | 41 | 31 |
| Octal | 53 | 221 | 316 | 117 | 36 | 0 | 23 | 312 | 101 | 61 |
| Binary | 101011 | 10010001 | 11001110 | 1001111 | 11110 | 0 | 10011 | 11001010 | 1000001 | 110001 |
Color Harmonies of #2B91CE
Complementary color
Monochromatic Colors of #2B91CE
Black with #2B91CE
Text Example
Text Example
White with #2B91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B91CE; }
p { color: rgb(43,145,206); }
H1.HeaderClassName
{
color: #2B91CE;
}
.AnyTagClassName
{
color: #2B91CE;
}
</style>
background-color css
<style>
a { background-color: #2B91CE; }
a { background-color: rgb(43,145,206); }
div.DivClassName
{
background-color: #2B91CE;
}
.BgClassName
{
background-color: #2B91CE;
}
</style>
border-color css
<style>
span { border-color: #2B91CE; }
span { border-color: rgb(43,145,206); }
td.TdClassName
{
border-color: #2B91CE;
}
.TagClassName
{
border-color: #2B91CE;
}
</style>