Shades of Curious Blue #2791D3
Tints of Curious Blue #2791D3
RGB
CMYK
RGB Variations
Color information
#2791D3 (or 0x2791D3) is known color: Curious Blue. HEX triplet: 27, 91 and D3. RGB value is (39,145,211). Sum of RGB (Red+Green+Blue) = 39+145+211=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #2791D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2791D3 is #D86E2C. Grayscale: #787878. Windows color (decimal): -14183981 or 13865255. OLE color: 13865255.
HSL color Cylindrical-coordinate representation of color #2791D3: hue angle of 203.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2791D3 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 145 | 211 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.17 |
| HSL | 203.02º | 0.69% | 0.49% | - |
| HSV(B) | 203.02º | 0.82% | 0.83% | - |
| XYZ | 22.72 | 25.39 | 65.33 | - |
| YUV | 120.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 211 | 0.82 | 0.31 | 0 | 0.17 | 203.02 | 0.69 | 0.49 |
| Hex | 27 | 91 | D3 | 52 | 1F | 0 | 11 | CB | 45 | 31 |
| Octal | 47 | 221 | 323 | 122 | 37 | 0 | 21 | 313 | 105 | 61 |
| Binary | 100111 | 10010001 | 11010011 | 1010010 | 11111 | 0 | 10001 | 11001011 | 1000101 | 110001 |
Color Harmonies of #2791D3
Complementary color
Monochromatic Colors of #2791D3
Black with #2791D3
Text Example
Text Example
White with #2791D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2791D3; }
p { color: rgb(39,145,211); }
H1.HeaderClassName
{
color: #2791D3;
}
.AnyTagClassName
{
color: #2791D3;
}
</style>
background-color css
<style>
a { background-color: #2791D3; }
a { background-color: rgb(39,145,211); }
div.DivClassName
{
background-color: #2791D3;
}
.BgClassName
{
background-color: #2791D3;
}
</style>
border-color css
<style>
span { border-color: #2791D3; }
span { border-color: rgb(39,145,211); }
td.TdClassName
{
border-color: #2791D3;
}
.TagClassName
{
border-color: #2791D3;
}
</style>