Shades of Curious Blue #277BB7
Tints of Curious Blue #277BB7
RGB
CMYK
RGB Variations
Color information
#277BB7 (or 0x277BB7) is known color: Curious Blue. HEX triplet: 27, 7B and B7. RGB value is (39,123,183). Sum of RGB (Red+Green+Blue) = 39+123+183=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #277BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BB7 is #D88448. Grayscale: #686868. Windows color (decimal): -14189641 or 12024615. OLE color: 12024615.
HSL color Cylindrical-coordinate representation of color #277BB7: hue angle of 205º 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 #277BB7 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 123 | 183 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.28 |
| HSL | 205º | 0.65% | 0.44% | - |
| HSV(B) | 205º | 0.79% | 0.72% | - |
| XYZ | 16.47 | 18.02 | 47.41 | - |
| YUV | 104.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 183 | 0.79 | 0.33 | 0 | 0.28 | 205 | 0.65 | 0.44 |
| Hex | 27 | 7B | B7 | 4F | 21 | 0 | 1C | CD | 41 | 2C |
| Octal | 47 | 173 | 267 | 117 | 41 | 0 | 34 | 315 | 101 | 54 |
| Binary | 100111 | 1111011 | 10110111 | 1001111 | 100001 | 0 | 11100 | 11001101 | 1000001 | 101100 |
Color Harmonies of #277BB7
Complementary color
Monochromatic Colors of #277BB7
Black with #277BB7
Text Example
Text Example
White with #277BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BB7; }
p { color: rgb(39,123,183); }
H1.HeaderClassName
{
color: #277BB7;
}
.AnyTagClassName
{
color: #277BB7;
}
</style>
background-color css
<style>
a { background-color: #277BB7; }
a { background-color: rgb(39,123,183); }
div.DivClassName
{
background-color: #277BB7;
}
.BgClassName
{
background-color: #277BB7;
}
</style>
border-color css
<style>
span { border-color: #277BB7; }
span { border-color: rgb(39,123,183); }
td.TdClassName
{
border-color: #277BB7;
}
.TagClassName
{
border-color: #277BB7;
}
</style>