Shades of Curious Blue #2B85B9
Tints of Curious Blue #2B85B9
RGB
CMYK
RGB Variations
Color information
#2B85B9 (or 0x2B85B9) is known color: Curious Blue. HEX triplet: 2B, 85 and B9. RGB value is (43,133,185). Sum of RGB (Red+Green+Blue) = 43+133+185=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B85B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B85B9 is #D47A46. Grayscale: #6F6F6F. Windows color (decimal): -13924935 or 12158251. OLE color: 12158251.
HSL color Cylindrical-coordinate representation of color #2B85B9: hue angle of 201.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B85B9 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 43 | 133 | 185 | - |
CMYK | 0.77 | 0.28 | 0 | 0.27 |
HSL | 201.97º | 0.62% | 0.45% | - |
HSV(B) | 201.97º | 0.77% | 0.73% | - |
XYZ | 18.14 | 20.79 | 48.96 | - |
YUV | 112.02 | 169.18 | 78.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 133 | 185 | 0.77 | 0.28 | 0 | 0.27 | 201.97 | 0.62 | 0.45 |
Hex | 2B | 85 | B9 | 4D | 1C | 0 | 1B | CA | 3E | 2D |
Octal | 53 | 205 | 271 | 115 | 34 | 0 | 33 | 312 | 76 | 55 |
Binary | 101011 | 10000101 | 10111001 | 1001101 | 11100 | 0 | 11011 | 11001010 | 111110 | 101101 |
Color Harmonies of #2B85B9
Complementary color
Monochromatic Colors of #2B85B9
Black with #2B85B9
Text Example
Text Example
White with #2B85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B85B9; }
p { color: rgb(43,133,185); }
H1.HeaderClassName
{
color: #2B85B9;
}
.AnyTagClassName
{
color: #2B85B9;
}
</style>
background-color css
<style>
a { background-color: #2B85B9; }
a { background-color: rgb(43,133,185); }
div.DivClassName
{
background-color: #2B85B9;
}
.BgClassName
{
background-color: #2B85B9;
}
</style>
border-color css
<style>
span { border-color: #2B85B9; }
span { border-color: rgb(43,133,185); }
td.TdClassName
{
border-color: #2B85B9;
}
.TagClassName
{
border-color: #2B85B9;
}
</style>