Shades of Curious Blue #2E7CAF
Tints of Curious Blue #2E7CAF
RGB
CMYK
RGB Variations
Color information
#2E7CAF (or 0x2E7CAF) is known color: Curious Blue. HEX triplet: 2E, 7C and AF. RGB value is (46,124,175). Sum of RGB (Red+Green+Blue) = 46+124+175=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E7CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7CAF is #D18350. Grayscale: #6A6A6A. Windows color (decimal): -13730641 or 11500590. OLE color: 11500590.
HSL color Cylindrical-coordinate representation of color #2E7CAF: hue angle of 203.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7CAF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 124 | 175 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.31 |
| HSL | 203.72º | 0.58% | 0.43% | - |
| HSV(B) | 203.72º | 0.74% | 0.69% | - |
| XYZ | 16.07 | 18.09 | 43.2 | - |
| YUV | 106.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 175 | 0.74 | 0.29 | 0 | 0.31 | 203.72 | 0.58 | 0.43 |
| Hex | 2E | 7C | AF | 4A | 1D | 0 | 1F | CC | 3A | 2B |
| Octal | 56 | 174 | 257 | 112 | 35 | 0 | 37 | 314 | 72 | 53 |
| Binary | 101110 | 1111100 | 10101111 | 1001010 | 11101 | 0 | 11111 | 11001100 | 111010 | 101011 |
Color Harmonies of #2E7CAF
Complementary color
Monochromatic Colors of #2E7CAF
Black with #2E7CAF
Text Example
Text Example
White with #2E7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CAF; }
p { color: rgb(46,124,175); }
H1.HeaderClassName
{
color: #2E7CAF;
}
.AnyTagClassName
{
color: #2E7CAF;
}
</style>
background-color css
<style>
a { background-color: #2E7CAF; }
a { background-color: rgb(46,124,175); }
div.DivClassName
{
background-color: #2E7CAF;
}
.BgClassName
{
background-color: #2E7CAF;
}
</style>
border-color css
<style>
span { border-color: #2E7CAF; }
span { border-color: rgb(46,124,175); }
td.TdClassName
{
border-color: #2E7CAF;
}
.TagClassName
{
border-color: #2E7CAF;
}
</style>