Shades of Curious Blue #277ED3
Tints of Curious Blue #277ED3
RGB
CMYK
RGB Variations
Color information
#277ED3 (or 0x277ED3) is known color: Curious Blue. HEX triplet: 27, 7E and D3. RGB value is (39,126,211). Sum of RGB (Red+Green+Blue) = 39+126+211=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #277ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ED3 is #D8812C. Grayscale: #6D6D6D. Windows color (decimal): -14188845 or 13860391. OLE color: 13860391.
HSL color Cylindrical-coordinate representation of color #277ED3: hue angle of 209.65º 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 #277ED3 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 126 | 211 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.17 |
| HSL | 209.65º | 0.69% | 0.49% | - |
| HSV(B) | 209.65º | 0.82% | 0.83% | - |
| XYZ | 20.06 | 20.06 | 64.44 | - |
| YUV | 109.68 | 185.18 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 211 | 0.82 | 0.40 | 0 | 0.17 | 209.65 | 0.69 | 0.49 |
| Hex | 27 | 7E | D3 | 52 | 28 | 0 | 11 | D2 | 45 | 31 |
| Octal | 47 | 176 | 323 | 122 | 50 | 0 | 21 | 322 | 105 | 61 |
| Binary | 100111 | 1111110 | 11010011 | 1010010 | 101000 | 0 | 10001 | 11010010 | 1000101 | 110001 |
Color Harmonies of #277ED3
Complementary color
Monochromatic Colors of #277ED3
Black with #277ED3
Text Example
Text Example
White with #277ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ED3; }
p { color: rgb(39,126,211); }
H1.HeaderClassName
{
color: #277ED3;
}
.AnyTagClassName
{
color: #277ED3;
}
</style>
background-color css
<style>
a { background-color: #277ED3; }
a { background-color: rgb(39,126,211); }
div.DivClassName
{
background-color: #277ED3;
}
.BgClassName
{
background-color: #277ED3;
}
</style>
border-color css
<style>
span { border-color: #277ED3; }
span { border-color: rgb(39,126,211); }
td.TdClassName
{
border-color: #277ED3;
}
.TagClassName
{
border-color: #277ED3;
}
</style>