Shades of Curious Blue #277FD3
Tints of Curious Blue #277FD3
RGB
CMYK
RGB Variations
Color information
#277FD3 (or 0x277FD3) is known color: Curious Blue. HEX triplet: 27, 7F and D3. RGB value is (39,127,211). Sum of RGB (Red+Green+Blue) = 39+127+211=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #277FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277FD3 is #D8802C. Grayscale: #6D6D6D. Windows color (decimal): -14188589 or 13860647. OLE color: 13860647.
HSL color Cylindrical-coordinate representation of color #277FD3: hue angle of 209.3º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277FD3 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 127 | 211 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.17 |
| HSL | 209.3º | 0.69% | 0.49% | - |
| HSV(B) | 209.3º | 0.82% | 0.83% | - |
| XYZ | 20.18 | 20.31 | 64.49 | - |
| YUV | 110.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 211 | 0.82 | 0.40 | 0 | 0.17 | 209.3 | 0.69 | 0.49 |
| Hex | 27 | 7F | D3 | 52 | 28 | 0 | 11 | D1 | 45 | 31 |
| Octal | 47 | 177 | 323 | 122 | 50 | 0 | 21 | 321 | 105 | 61 |
| Binary | 100111 | 1111111 | 11010011 | 1010010 | 101000 | 0 | 10001 | 11010001 | 1000101 | 110001 |
Color Harmonies of #277FD3
Complementary color
Monochromatic Colors of #277FD3
Black with #277FD3
Text Example
Text Example
White with #277FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FD3; }
p { color: rgb(39,127,211); }
H1.HeaderClassName
{
color: #277FD3;
}
.AnyTagClassName
{
color: #277FD3;
}
</style>
background-color css
<style>
a { background-color: #277FD3; }
a { background-color: rgb(39,127,211); }
div.DivClassName
{
background-color: #277FD3;
}
.BgClassName
{
background-color: #277FD3;
}
</style>
border-color css
<style>
span { border-color: #277FD3; }
span { border-color: rgb(39,127,211); }
td.TdClassName
{
border-color: #277FD3;
}
.TagClassName
{
border-color: #277FD3;
}
</style>