Shades of Curious Blue #2781B1
Tints of Curious Blue #2781B1
RGB
CMYK
RGB Variations
Color information
#2781B1 (or 0x2781B1) is known color: Curious Blue. HEX triplet: 27, 81 and B1. RGB value is (39,129,177). Sum of RGB (Red+Green+Blue) = 39+129+177=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #2781B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2781B1 is #D87E4E. Grayscale: #6B6B6B. Windows color (decimal): -14188111 or 11632935. OLE color: 11632935.
HSL color Cylindrical-coordinate representation of color #2781B1: hue angle of 200.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2781B1 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 129 | 177 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.31 |
| HSL | 200.87º | 0.64% | 0.42% | - |
| HSV(B) | 200.87º | 0.78% | 0.69% | - |
| XYZ | 16.62 | 19.31 | 44.45 | - |
| YUV | 107.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 177 | 0.78 | 0.27 | 0 | 0.31 | 200.87 | 0.64 | 0.42 |
| Hex | 27 | 81 | B1 | 4E | 1B | 0 | 1F | C9 | 40 | 2A |
| Octal | 47 | 201 | 261 | 116 | 33 | 0 | 37 | 311 | 100 | 52 |
| Binary | 100111 | 10000001 | 10110001 | 1001110 | 11011 | 0 | 11111 | 11001001 | 1000000 | 101010 |
Color Harmonies of #2781B1
Complementary color
Monochromatic Colors of #2781B1
Black with #2781B1
Text Example
Text Example
White with #2781B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781B1; }
p { color: rgb(39,129,177); }
H1.HeaderClassName
{
color: #2781B1;
}
.AnyTagClassName
{
color: #2781B1;
}
</style>
background-color css
<style>
a { background-color: #2781B1; }
a { background-color: rgb(39,129,177); }
div.DivClassName
{
background-color: #2781B1;
}
.BgClassName
{
background-color: #2781B1;
}
</style>
border-color css
<style>
span { border-color: #2781B1; }
span { border-color: rgb(39,129,177); }
td.TdClassName
{
border-color: #2781B1;
}
.TagClassName
{
border-color: #2781B1;
}
</style>