Shades of Curious Blue #2E85B6
Tints of Curious Blue #2E85B6
RGB
CMYK
RGB Variations
Color information
#2E85B6 (or 0x2E85B6) is known color: Curious Blue. HEX triplet: 2E, 85 and B6. RGB value is (46,133,182). Sum of RGB (Red+Green+Blue) = 46+133+182=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E85B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E85B6 is #D17A49. Grayscale: #707070. Windows color (decimal): -13728330 or 11961646. OLE color: 11961646.
HSL color Cylindrical-coordinate representation of color #2E85B6: hue angle of 201.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E85B6 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 133 | 182 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.29 |
| HSL | 201.62º | 0.6% | 0.45% | - |
| HSV(B) | 201.62º | 0.75% | 0.71% | - |
| XYZ | 17.96 | 20.73 | 47.31 | - |
| YUV | 112.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 182 | 0.75 | 0.27 | 0 | 0.29 | 201.62 | 0.6 | 0.45 |
| Hex | 2E | 85 | B6 | 4B | 1B | 0 | 1D | CA | 3C | 2D |
| Octal | 56 | 205 | 266 | 113 | 33 | 0 | 35 | 312 | 74 | 55 |
| Binary | 101110 | 10000101 | 10110110 | 1001011 | 11011 | 0 | 11101 | 11001010 | 111100 | 101101 |
Color Harmonies of #2E85B6
Complementary color
Monochromatic Colors of #2E85B6
Black with #2E85B6
Text Example
Text Example
White with #2E85B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E85B6; }
p { color: rgb(46,133,182); }
H1.HeaderClassName
{
color: #2E85B6;
}
.AnyTagClassName
{
color: #2E85B6;
}
</style>
background-color css
<style>
a { background-color: #2E85B6; }
a { background-color: rgb(46,133,182); }
div.DivClassName
{
background-color: #2E85B6;
}
.BgClassName
{
background-color: #2E85B6;
}
</style>
border-color css
<style>
span { border-color: #2E85B6; }
span { border-color: rgb(46,133,182); }
td.TdClassName
{
border-color: #2E85B6;
}
.TagClassName
{
border-color: #2E85B6;
}
</style>