Shades of Curious Blue #277EC3
Tints of Curious Blue #277EC3
RGB
CMYK
RGB Variations
Color information
#277EC3 (or 0x277EC3) is known color: Curious Blue. HEX triplet: 27, 7E and C3. RGB value is (39,126,195). Sum of RGB (Red+Green+Blue) = 39+126+195=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #277EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277EC3 is #D8813C. Grayscale: #6B6B6B. Windows color (decimal): -14188861 or 12811815. OLE color: 12811815.
HSL color Cylindrical-coordinate representation of color #277EC3: hue angle of 206.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277EC3 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 126 | 195 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.24 |
| HSL | 206.54º | 0.67% | 0.46% | - |
| HSV(B) | 206.54º | 0.8% | 0.76% | - |
| XYZ | 18.15 | 19.29 | 54.4 | - |
| YUV | 107.85 | 177.18 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 195 | 0.80 | 0.35 | 0 | 0.24 | 206.54 | 0.67 | 0.46 |
| Hex | 27 | 7E | C3 | 50 | 23 | 0 | 18 | CF | 43 | 2E |
| Octal | 47 | 176 | 303 | 120 | 43 | 0 | 30 | 317 | 103 | 56 |
| Binary | 100111 | 1111110 | 11000011 | 1010000 | 100011 | 0 | 11000 | 11001111 | 1000011 | 101110 |
Color Harmonies of #277EC3
Complementary color
Monochromatic Colors of #277EC3
Black with #277EC3
Text Example
Text Example
White with #277EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EC3; }
p { color: rgb(39,126,195); }
H1.HeaderClassName
{
color: #277EC3;
}
.AnyTagClassName
{
color: #277EC3;
}
</style>
background-color css
<style>
a { background-color: #277EC3; }
a { background-color: rgb(39,126,195); }
div.DivClassName
{
background-color: #277EC3;
}
.BgClassName
{
background-color: #277EC3;
}
</style>
border-color css
<style>
span { border-color: #277EC3; }
span { border-color: rgb(39,126,195); }
td.TdClassName
{
border-color: #277EC3;
}
.TagClassName
{
border-color: #277EC3;
}
</style>