Shades of Curious Blue #2781AE
Tints of Curious Blue #2781AE
RGB
CMYK
RGB Variations
Color information
#2781AE (or 0x2781AE) is known color: Curious Blue. HEX triplet: 27, 81 and AE. RGB value is (39,129,174). Sum of RGB (Red+Green+Blue) = 39+129+174=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #2781AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2781AE is #D87E51. Grayscale: #6A6A6A. Windows color (decimal): -14188114 or 11436327. OLE color: 11436327.
HSL color Cylindrical-coordinate representation of color #2781AE: hue angle of 200º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2781AE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 129 | 174 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.32 |
| HSL | 200º | 0.63% | 0.42% | - |
| HSV(B) | 200º | 0.78% | 0.68% | - |
| XYZ | 16.33 | 19.19 | 42.89 | - |
| YUV | 107.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 174 | 0.78 | 0.26 | 0 | 0.32 | 200 | 0.63 | 0.42 |
| Hex | 27 | 81 | AE | 4E | 1A | 0 | 20 | C8 | 3F | 2A |
| Octal | 47 | 201 | 256 | 116 | 32 | 0 | 40 | 310 | 77 | 52 |
| Binary | 100111 | 10000001 | 10101110 | 1001110 | 11010 | 0 | 100000 | 11001000 | 111111 | 101010 |
Color Harmonies of #2781AE
Complementary color
Monochromatic Colors of #2781AE
Black with #2781AE
Text Example
Text Example
White with #2781AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781AE; }
p { color: rgb(39,129,174); }
H1.HeaderClassName
{
color: #2781AE;
}
.AnyTagClassName
{
color: #2781AE;
}
</style>
background-color css
<style>
a { background-color: #2781AE; }
a { background-color: rgb(39,129,174); }
div.DivClassName
{
background-color: #2781AE;
}
.BgClassName
{
background-color: #2781AE;
}
</style>
border-color css
<style>
span { border-color: #2781AE; }
span { border-color: rgb(39,129,174); }
td.TdClassName
{
border-color: #2781AE;
}
.TagClassName
{
border-color: #2781AE;
}
</style>