Shades of Curious Blue #277FB0
Tints of Curious Blue #277FB0
RGB
CMYK
RGB Variations
Color information
#277FB0 (or 0x277FB0) is known color: Curious Blue. HEX triplet: 27, 7F and B0. RGB value is (39,127,176). Sum of RGB (Red+Green+Blue) = 39+127+176=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #277FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FB0 is #D8804F. Grayscale: #696969. Windows color (decimal): -14188624 or 11566887. OLE color: 11566887.
HSL color Cylindrical-coordinate representation of color #277FB0: hue angle of 201.46º 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 #277FB0 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 127 | 176 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.31 |
| HSL | 201.46º | 0.64% | 0.42% | - |
| HSV(B) | 201.46º | 0.78% | 0.69% | - |
| XYZ | 16.26 | 18.74 | 43.84 | - |
| YUV | 106.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 176 | 0.78 | 0.28 | 0 | 0.31 | 201.46 | 0.64 | 0.42 |
| Hex | 27 | 7F | B0 | 4E | 1C | 0 | 1F | C9 | 40 | 2A |
| Octal | 47 | 177 | 260 | 116 | 34 | 0 | 37 | 311 | 100 | 52 |
| Binary | 100111 | 1111111 | 10110000 | 1001110 | 11100 | 0 | 11111 | 11001001 | 1000000 | 101010 |
Color Harmonies of #277FB0
Complementary color
Monochromatic Colors of #277FB0
Black with #277FB0
Text Example
Text Example
White with #277FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FB0; }
p { color: rgb(39,127,176); }
H1.HeaderClassName
{
color: #277FB0;
}
.AnyTagClassName
{
color: #277FB0;
}
</style>
background-color css
<style>
a { background-color: #277FB0; }
a { background-color: rgb(39,127,176); }
div.DivClassName
{
background-color: #277FB0;
}
.BgClassName
{
background-color: #277FB0;
}
</style>
border-color css
<style>
span { border-color: #277FB0; }
span { border-color: rgb(39,127,176); }
td.TdClassName
{
border-color: #277FB0;
}
.TagClassName
{
border-color: #277FB0;
}
</style>