Shades of Curious Blue #277BB6
Tints of Curious Blue #277BB6
RGB
CMYK
RGB Variations
Color information
#277BB6 (or 0x277BB6) is known color: Curious Blue. HEX triplet: 27, 7B and B6. RGB value is (39,123,182). Sum of RGB (Red+Green+Blue) = 39+123+182=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #277BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BB6 is #D88449. Grayscale: #686868. Windows color (decimal): -14189642 or 11959079. OLE color: 11959079.
HSL color Cylindrical-coordinate representation of color #277BB6: hue angle of 204.76º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277BB6 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 123 | 182 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.29 |
| HSL | 204.76º | 0.65% | 0.43% | - |
| HSV(B) | 204.76º | 0.79% | 0.71% | - |
| XYZ | 16.36 | 17.97 | 46.86 | - |
| YUV | 104.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 182 | 0.79 | 0.32 | 0 | 0.29 | 204.76 | 0.65 | 0.43 |
| Hex | 27 | 7B | B6 | 4F | 20 | 0 | 1D | CD | 41 | 2B |
| Octal | 47 | 173 | 266 | 117 | 40 | 0 | 35 | 315 | 101 | 53 |
| Binary | 100111 | 1111011 | 10110110 | 1001111 | 100000 | 0 | 11101 | 11001101 | 1000001 | 101011 |
Color Harmonies of #277BB6
Complementary color
Monochromatic Colors of #277BB6
Black with #277BB6
Text Example
Text Example
White with #277BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BB6; }
p { color: rgb(39,123,182); }
H1.HeaderClassName
{
color: #277BB6;
}
.AnyTagClassName
{
color: #277BB6;
}
</style>
background-color css
<style>
a { background-color: #277BB6; }
a { background-color: rgb(39,123,182); }
div.DivClassName
{
background-color: #277BB6;
}
.BgClassName
{
background-color: #277BB6;
}
</style>
border-color css
<style>
span { border-color: #277BB6; }
span { border-color: rgb(39,123,182); }
td.TdClassName
{
border-color: #277BB6;
}
.TagClassName
{
border-color: #277BB6;
}
</style>