Shades of Curious Blue #277ACE
Tints of Curious Blue #277ACE
RGB
CMYK
RGB Variations
Color information
#277ACE (or 0x277ACE) is known color: Curious Blue. HEX triplet: 27, 7A and CE. RGB value is (39,122,206). Sum of RGB (Red+Green+Blue) = 39+122+206=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #277ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ACE is #D88531. Grayscale: #6A6A6A. Windows color (decimal): -14189874 or 13531687. OLE color: 13531687.
HSL color Cylindrical-coordinate representation of color #277ACE: hue angle of 210.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277ACE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 122 | 206 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.19 |
| HSL | 210.18º | 0.68% | 0.48% | - |
| HSV(B) | 210.18º | 0.81% | 0.81% | - |
| XYZ | 18.94 | 18.81 | 61.02 | - |
| YUV | 106.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 206 | 0.81 | 0.41 | 0 | 0.19 | 210.18 | 0.68 | 0.48 |
| Hex | 27 | 7A | CE | 51 | 29 | 0 | 13 | D2 | 44 | 30 |
| Octal | 47 | 172 | 316 | 121 | 51 | 0 | 23 | 322 | 104 | 60 |
| Binary | 100111 | 1111010 | 11001110 | 1010001 | 101001 | 0 | 10011 | 11010010 | 1000100 | 110000 |
Color Harmonies of #277ACE
Complementary color
Monochromatic Colors of #277ACE
Black with #277ACE
Text Example
Text Example
White with #277ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ACE; }
p { color: rgb(39,122,206); }
H1.HeaderClassName
{
color: #277ACE;
}
.AnyTagClassName
{
color: #277ACE;
}
</style>
background-color css
<style>
a { background-color: #277ACE; }
a { background-color: rgb(39,122,206); }
div.DivClassName
{
background-color: #277ACE;
}
.BgClassName
{
background-color: #277ACE;
}
</style>
border-color css
<style>
span { border-color: #277ACE; }
span { border-color: rgb(39,122,206); }
td.TdClassName
{
border-color: #277ACE;
}
.TagClassName
{
border-color: #277ACE;
}
</style>