Shades of Curious Blue #2E95CA
Tints of Curious Blue #2E95CA
RGB
CMYK
RGB Variations
Color information
#2E95CA (or 0x2E95CA) is known color: Curious Blue. HEX triplet: 2E, 95 and CA. RGB value is (46,149,202). Sum of RGB (Red+Green+Blue) = 46+149+202=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E95CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E95CA is #D16A35. Grayscale: #7B7B7B. Windows color (decimal): -13724214 or 13276462. OLE color: 13276462.
HSL color Cylindrical-coordinate representation of color #2E95CA: hue angle of 200.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E95CA is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 149 | 202 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.21 |
| HSL | 200.38º | 0.63% | 0.49% | - |
| HSV(B) | 200.38º | 0.77% | 0.79% | - |
| XYZ | 22.53 | 26.34 | 59.77 | - |
| YUV | 124.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 202 | 0.77 | 0.26 | 0 | 0.21 | 200.38 | 0.63 | 0.49 |
| Hex | 2E | 95 | CA | 4D | 1A | 0 | 15 | C8 | 3F | 31 |
| Octal | 56 | 225 | 312 | 115 | 32 | 0 | 25 | 310 | 77 | 61 |
| Binary | 101110 | 10010101 | 11001010 | 1001101 | 11010 | 0 | 10101 | 11001000 | 111111 | 110001 |
Color Harmonies of #2E95CA
Complementary color
Monochromatic Colors of #2E95CA
Black with #2E95CA
Text Example
Text Example
White with #2E95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E95CA; }
p { color: rgb(46,149,202); }
H1.HeaderClassName
{
color: #2E95CA;
}
.AnyTagClassName
{
color: #2E95CA;
}
</style>
background-color css
<style>
a { background-color: #2E95CA; }
a { background-color: rgb(46,149,202); }
div.DivClassName
{
background-color: #2E95CA;
}
.BgClassName
{
background-color: #2E95CA;
}
</style>
border-color css
<style>
span { border-color: #2E95CA; }
span { border-color: rgb(46,149,202); }
td.TdClassName
{
border-color: #2E95CA;
}
.TagClassName
{
border-color: #2E95CA;
}
</style>