Shades of Curious Blue #2E81CC
Tints of Curious Blue #2E81CC
RGB
CMYK
RGB Variations
Color information
#2E81CC (or 0x2E81CC) is known color: Curious Blue. HEX triplet: 2E, 81 and CC. RGB value is (46,129,204). Sum of RGB (Red+Green+Blue) = 46+129+204=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E81CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E81CC is #D17E33. Grayscale: #707070. Windows color (decimal): -13729332 or 13402414. OLE color: 13402414.
HSL color Cylindrical-coordinate representation of color #2E81CC: hue angle of 208.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E81CC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 129 | 204 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.2 |
| HSL | 208.48º | 0.63% | 0.49% | - |
| HSV(B) | 208.48º | 0.77% | 0.8% | - |
| XYZ | 19.88 | 20.64 | 60.06 | - |
| YUV | 112.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 204 | 0.77 | 0.37 | 0 | 0.2 | 208.48 | 0.63 | 0.49 |
| Hex | 2E | 81 | CC | 4D | 25 | 0 | 14 | D0 | 3F | 31 |
| Octal | 56 | 201 | 314 | 115 | 45 | 0 | 24 | 320 | 77 | 61 |
| Binary | 101110 | 10000001 | 11001100 | 1001101 | 100101 | 0 | 10100 | 11010000 | 111111 | 110001 |
Color Harmonies of #2E81CC
Complementary color
Monochromatic Colors of #2E81CC
Black with #2E81CC
Text Example
Text Example
White with #2E81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E81CC; }
p { color: rgb(46,129,204); }
H1.HeaderClassName
{
color: #2E81CC;
}
.AnyTagClassName
{
color: #2E81CC;
}
</style>
background-color css
<style>
a { background-color: #2E81CC; }
a { background-color: rgb(46,129,204); }
div.DivClassName
{
background-color: #2E81CC;
}
.BgClassName
{
background-color: #2E81CC;
}
</style>
border-color css
<style>
span { border-color: #2E81CC; }
span { border-color: rgb(46,129,204); }
td.TdClassName
{
border-color: #2E81CC;
}
.TagClassName
{
border-color: #2E81CC;
}
</style>