Shades of Curious Blue #2E81AE
Tints of Curious Blue #2E81AE
RGB
CMYK
RGB Variations
Color information
#2E81AE (or 0x2E81AE) is known color: Curious Blue. HEX triplet: 2E, 81 and AE. RGB value is (46,129,174). Sum of RGB (Red+Green+Blue) = 46+129+174=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E81AE is #D17E51. Grayscale: #6D6D6D. Windows color (decimal): -13729362 or 11436334. OLE color: 11436334.
HSL color Cylindrical-coordinate representation of color #2E81AE: hue angle of 201.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E81AE is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 129 | 174 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.32 |
| HSL | 201.09º | 0.58% | 0.43% | - |
| HSV(B) | 201.09º | 0.74% | 0.68% | - |
| XYZ | 16.62 | 19.34 | 42.9 | - |
| YUV | 109.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 174 | 0.74 | 0.26 | 0 | 0.32 | 201.09 | 0.58 | 0.43 |
| Hex | 2E | 81 | AE | 4A | 1A | 0 | 20 | C9 | 3A | 2B |
| Octal | 56 | 201 | 256 | 112 | 32 | 0 | 40 | 311 | 72 | 53 |
| Binary | 101110 | 10000001 | 10101110 | 1001010 | 11010 | 0 | 100000 | 11001001 | 111010 | 101011 |
Color Harmonies of #2E81AE
Complementary color
Monochromatic Colors of #2E81AE
Black with #2E81AE
Text Example
Text Example
White with #2E81AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E81AE; }
p { color: rgb(46,129,174); }
H1.HeaderClassName
{
color: #2E81AE;
}
.AnyTagClassName
{
color: #2E81AE;
}
</style>
background-color css
<style>
a { background-color: #2E81AE; }
a { background-color: rgb(46,129,174); }
div.DivClassName
{
background-color: #2E81AE;
}
.BgClassName
{
background-color: #2E81AE;
}
</style>
border-color css
<style>
span { border-color: #2E81AE; }
span { border-color: rgb(46,129,174); }
td.TdClassName
{
border-color: #2E81AE;
}
.TagClassName
{
border-color: #2E81AE;
}
</style>