Shades of Curious Blue #2E93CE
Tints of Curious Blue #2E93CE
RGB
CMYK
RGB Variations
Color information
#2E93CE (or 0x2E93CE) is known color: Curious Blue. HEX triplet: 2E, 93 and CE. RGB value is (46,147,206). Sum of RGB (Red+Green+Blue) = 46+147+206=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E93CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E93CE is #D16C31. Grayscale: #7B7B7B. Windows color (decimal): -13724722 or 13538094. OLE color: 13538094.
HSL color Cylindrical-coordinate representation of color #2E93CE: hue angle of 202.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E93CE is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 147 | 206 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.19 |
| HSL | 202.13º | 0.63% | 0.49% | - |
| HSV(B) | 202.13º | 0.78% | 0.81% | - |
| XYZ | 22.7 | 25.9 | 62.2 | - |
| YUV | 123.53 | 174.54 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 206 | 0.78 | 0.29 | 0 | 0.19 | 202.13 | 0.63 | 0.49 |
| Hex | 2E | 93 | CE | 4E | 1D | 0 | 13 | CA | 3F | 31 |
| Octal | 56 | 223 | 316 | 116 | 35 | 0 | 23 | 312 | 77 | 61 |
| Binary | 101110 | 10010011 | 11001110 | 1001110 | 11101 | 0 | 10011 | 11001010 | 111111 | 110001 |
Color Harmonies of #2E93CE
Complementary color
Monochromatic Colors of #2E93CE
Black with #2E93CE
Text Example
Text Example
White with #2E93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E93CE; }
p { color: rgb(46,147,206); }
H1.HeaderClassName
{
color: #2E93CE;
}
.AnyTagClassName
{
color: #2E93CE;
}
</style>
background-color css
<style>
a { background-color: #2E93CE; }
a { background-color: rgb(46,147,206); }
div.DivClassName
{
background-color: #2E93CE;
}
.BgClassName
{
background-color: #2E93CE;
}
</style>
border-color css
<style>
span { border-color: #2E93CE; }
span { border-color: rgb(46,147,206); }
td.TdClassName
{
border-color: #2E93CE;
}
.TagClassName
{
border-color: #2E93CE;
}
</style>