Shades of Curious Blue #2791CF
Tints of Curious Blue #2791CF
RGB
CMYK
RGB Variations
Color information
#2791CF (or 0x2791CF) is known color: Curious Blue. HEX triplet: 27, 91 and CF. RGB value is (39,145,207). Sum of RGB (Red+Green+Blue) = 39+145+207=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #2791CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2791CF is #D86E30. Grayscale: #787878. Windows color (decimal): -14183985 or 13603111. OLE color: 13603111.
HSL color Cylindrical-coordinate representation of color #2791CF: hue angle of 202.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2791CF is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 145 | 207 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.19 |
| HSL | 202.14º | 0.68% | 0.48% | - |
| HSV(B) | 202.14º | 0.81% | 0.81% | - |
| XYZ | 22.22 | 25.19 | 62.72 | - |
| YUV | 120.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 207 | 0.81 | 0.30 | 0 | 0.19 | 202.14 | 0.68 | 0.48 |
| Hex | 27 | 91 | CF | 51 | 1E | 0 | 13 | CA | 44 | 30 |
| Octal | 47 | 221 | 317 | 121 | 36 | 0 | 23 | 312 | 104 | 60 |
| Binary | 100111 | 10010001 | 11001111 | 1010001 | 11110 | 0 | 10011 | 11001010 | 1000100 | 110000 |
Color Harmonies of #2791CF
Complementary color
Monochromatic Colors of #2791CF
Black with #2791CF
Text Example
Text Example
White with #2791CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2791CF; }
p { color: rgb(39,145,207); }
H1.HeaderClassName
{
color: #2791CF;
}
.AnyTagClassName
{
color: #2791CF;
}
</style>
background-color css
<style>
a { background-color: #2791CF; }
a { background-color: rgb(39,145,207); }
div.DivClassName
{
background-color: #2791CF;
}
.BgClassName
{
background-color: #2791CF;
}
</style>
border-color css
<style>
span { border-color: #2791CF; }
span { border-color: rgb(39,145,207); }
td.TdClassName
{
border-color: #2791CF;
}
.TagClassName
{
border-color: #2791CF;
}
</style>