Shades of Curious Blue #277AB7
Tints of Curious Blue #277AB7
RGB
CMYK
RGB Variations
Color information
#277AB7 (or 0x277AB7) is known color: Curious Blue. HEX triplet: 27, 7A and B7. RGB value is (39,122,183). Sum of RGB (Red+Green+Blue) = 39+122+183=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #277AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AB7 is #D88548. Grayscale: #676767. Windows color (decimal): -14189897 or 12024359. OLE color: 12024359.
HSL color Cylindrical-coordinate representation of color #277AB7: hue angle of 205.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277AB7 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 122 | 183 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.28 |
| HSL | 205.42º | 0.65% | 0.44% | - |
| HSV(B) | 205.42º | 0.79% | 0.72% | - |
| XYZ | 16.34 | 17.77 | 47.37 | - |
| YUV | 104.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 183 | 0.79 | 0.33 | 0 | 0.28 | 205.42 | 0.65 | 0.44 |
| Hex | 27 | 7A | B7 | 4F | 21 | 0 | 1C | CD | 41 | 2C |
| Octal | 47 | 172 | 267 | 117 | 41 | 0 | 34 | 315 | 101 | 54 |
| Binary | 100111 | 1111010 | 10110111 | 1001111 | 100001 | 0 | 11100 | 11001101 | 1000001 | 101100 |
Color Harmonies of #277AB7
Complementary color
Monochromatic Colors of #277AB7
Black with #277AB7
Text Example
Text Example
White with #277AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AB7; }
p { color: rgb(39,122,183); }
H1.HeaderClassName
{
color: #277AB7;
}
.AnyTagClassName
{
color: #277AB7;
}
</style>
background-color css
<style>
a { background-color: #277AB7; }
a { background-color: rgb(39,122,183); }
div.DivClassName
{
background-color: #277AB7;
}
.BgClassName
{
background-color: #277AB7;
}
</style>
border-color css
<style>
span { border-color: #277AB7; }
span { border-color: rgb(39,122,183); }
td.TdClassName
{
border-color: #277AB7;
}
.TagClassName
{
border-color: #277AB7;
}
</style>