Shades of Curious Blue #2B91CF
Tints of Curious Blue #2B91CF
RGB
CMYK
RGB Variations
Color information
#2B91CF (or 0x2B91CF) is known color: Curious Blue. HEX triplet: 2B, 91 and CF. RGB value is (43,145,207). Sum of RGB (Red+Green+Blue) = 43+145+207=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B91CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91CF is #D46E30. Grayscale: #797979. Windows color (decimal): -13921841 or 13603115. OLE color: 13603115.
HSL color Cylindrical-coordinate representation of color #2B91CF: hue angle of 202.68º degrees, saturation: 0.66, 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 #2B91CF is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 145 | 207 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.19 |
| HSL | 202.68º | 0.66% | 0.49% | - |
| HSV(B) | 202.68º | 0.79% | 0.81% | - |
| XYZ | 22.38 | 25.27 | 62.73 | - |
| YUV | 121.57 | 176.21 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 207 | 0.79 | 0.30 | 0 | 0.19 | 202.68 | 0.66 | 0.49 |
| Hex | 2B | 91 | CF | 4F | 1E | 0 | 13 | CB | 42 | 31 |
| Octal | 53 | 221 | 317 | 117 | 36 | 0 | 23 | 313 | 102 | 61 |
| Binary | 101011 | 10010001 | 11001111 | 1001111 | 11110 | 0 | 10011 | 11001011 | 1000010 | 110001 |
Color Harmonies of #2B91CF
Complementary color
Monochromatic Colors of #2B91CF
Black with #2B91CF
Text Example
Text Example
White with #2B91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B91CF; }
p { color: rgb(43,145,207); }
H1.HeaderClassName
{
color: #2B91CF;
}
.AnyTagClassName
{
color: #2B91CF;
}
</style>
background-color css
<style>
a { background-color: #2B91CF; }
a { background-color: rgb(43,145,207); }
div.DivClassName
{
background-color: #2B91CF;
}
.BgClassName
{
background-color: #2B91CF;
}
</style>
border-color css
<style>
span { border-color: #2B91CF; }
span { border-color: rgb(43,145,207); }
td.TdClassName
{
border-color: #2B91CF;
}
.TagClassName
{
border-color: #2B91CF;
}
</style>