Shades of Curious Blue #277BC6
Tints of Curious Blue #277BC6
RGB
CMYK
RGB Variations
Color information
#277BC6 (or 0x277BC6) is known color: Curious Blue. HEX triplet: 27, 7B and C6. RGB value is (39,123,198). Sum of RGB (Red+Green+Blue) = 39+123+198=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #277BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BC6 is #D88439. Grayscale: #6A6A6A. Windows color (decimal): -14189626 or 13007655. OLE color: 13007655.
HSL color Cylindrical-coordinate representation of color #277BC6: hue angle of 208.3º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277BC6 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 123 | 198 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.22 |
| HSL | 208.3º | 0.67% | 0.46% | - |
| HSV(B) | 208.3º | 0.8% | 0.78% | - |
| XYZ | 18.11 | 18.67 | 56.08 | - |
| YUV | 106.43 | 179.67 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 198 | 0.80 | 0.38 | 0 | 0.22 | 208.3 | 0.67 | 0.46 |
| Hex | 27 | 7B | C6 | 50 | 26 | 0 | 16 | D0 | 43 | 2E |
| Octal | 47 | 173 | 306 | 120 | 46 | 0 | 26 | 320 | 103 | 56 |
| Binary | 100111 | 1111011 | 11000110 | 1010000 | 100110 | 0 | 10110 | 11010000 | 1000011 | 101110 |
Color Harmonies of #277BC6
Complementary color
Monochromatic Colors of #277BC6
Black with #277BC6
Text Example
Text Example
White with #277BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BC6; }
p { color: rgb(39,123,198); }
H1.HeaderClassName
{
color: #277BC6;
}
.AnyTagClassName
{
color: #277BC6;
}
</style>
background-color css
<style>
a { background-color: #277BC6; }
a { background-color: rgb(39,123,198); }
div.DivClassName
{
background-color: #277BC6;
}
.BgClassName
{
background-color: #277BC6;
}
</style>
border-color css
<style>
span { border-color: #277BC6; }
span { border-color: rgb(39,123,198); }
td.TdClassName
{
border-color: #277BC6;
}
.TagClassName
{
border-color: #277BC6;
}
</style>