Shades of Curious Blue #277ABC
Tints of Curious Blue #277ABC
RGB
CMYK
RGB Variations
Color information
#277ABC (or 0x277ABC) is known color: Curious Blue. HEX triplet: 27, 7A and BC. RGB value is (39,122,188). Sum of RGB (Red+Green+Blue) = 39+122+188=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #277ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ABC is #D88543. Grayscale: #686868. Windows color (decimal): -14189892 or 12352039. OLE color: 12352039.
HSL color Cylindrical-coordinate representation of color #277ABC: hue angle of 206.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277ABC is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 122 | 188 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.26 |
| HSL | 206.58º | 0.66% | 0.45% | - |
| HSV(B) | 206.58º | 0.79% | 0.74% | - |
| XYZ | 16.87 | 17.98 | 50.16 | - |
| YUV | 104.71 | 175 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 188 | 0.79 | 0.35 | 0 | 0.26 | 206.58 | 0.66 | 0.45 |
| Hex | 27 | 7A | BC | 4F | 23 | 0 | 1A | CF | 42 | 2D |
| Octal | 47 | 172 | 274 | 117 | 43 | 0 | 32 | 317 | 102 | 55 |
| Binary | 100111 | 1111010 | 10111100 | 1001111 | 100011 | 0 | 11010 | 11001111 | 1000010 | 101101 |
Color Harmonies of #277ABC
Complementary color
Monochromatic Colors of #277ABC
Black with #277ABC
Text Example
Text Example
White with #277ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ABC; }
p { color: rgb(39,122,188); }
H1.HeaderClassName
{
color: #277ABC;
}
.AnyTagClassName
{
color: #277ABC;
}
</style>
background-color css
<style>
a { background-color: #277ABC; }
a { background-color: rgb(39,122,188); }
div.DivClassName
{
background-color: #277ABC;
}
.BgClassName
{
background-color: #277ABC;
}
</style>
border-color css
<style>
span { border-color: #277ABC; }
span { border-color: rgb(39,122,188); }
td.TdClassName
{
border-color: #277ABC;
}
.TagClassName
{
border-color: #277ABC;
}
</style>