Shades of Curious Blue #2E7CCA
Tints of Curious Blue #2E7CCA
RGB
CMYK
RGB Variations
Color information
#2E7CCA (or 0x2E7CCA) is known color: Curious Blue. HEX triplet: 2E, 7C and CA. RGB value is (46,124,202). Sum of RGB (Red+Green+Blue) = 46+124+202=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E7CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CCA is #D18335. Grayscale: #6D6D6D. Windows color (decimal): -13730614 or 13270062. OLE color: 13270062.
HSL color Cylindrical-coordinate representation of color #2E7CCA: hue angle of 210º 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 #2E7CCA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 124 | 202 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.21 |
| HSL | 210º | 0.63% | 0.49% | - |
| HSV(B) | 210º | 0.77% | 0.79% | - |
| XYZ | 19 | 19.26 | 58.59 | - |
| YUV | 109.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 202 | 0.77 | 0.39 | 0 | 0.21 | 210 | 0.63 | 0.49 |
| Hex | 2E | 7C | CA | 4D | 27 | 0 | 15 | D2 | 3F | 31 |
| Octal | 56 | 174 | 312 | 115 | 47 | 0 | 25 | 322 | 77 | 61 |
| Binary | 101110 | 1111100 | 11001010 | 1001101 | 100111 | 0 | 10101 | 11010010 | 111111 | 110001 |
Color Harmonies of #2E7CCA
Complementary color
Monochromatic Colors of #2E7CCA
Black with #2E7CCA
Text Example
Text Example
White with #2E7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CCA; }
p { color: rgb(46,124,202); }
H1.HeaderClassName
{
color: #2E7CCA;
}
.AnyTagClassName
{
color: #2E7CCA;
}
</style>
background-color css
<style>
a { background-color: #2E7CCA; }
a { background-color: rgb(46,124,202); }
div.DivClassName
{
background-color: #2E7CCA;
}
.BgClassName
{
background-color: #2E7CCA;
}
</style>
border-color css
<style>
span { border-color: #2E7CCA; }
span { border-color: rgb(46,124,202); }
td.TdClassName
{
border-color: #2E7CCA;
}
.TagClassName
{
border-color: #2E7CCA;
}
</style>