Shades of Curious Blue #277FAF
Tints of Curious Blue #277FAF
RGB
CMYK
RGB Variations
Color information
#277FAF (or 0x277FAF) is known color: Curious Blue. HEX triplet: 27, 7F and AF. RGB value is (39,127,175). Sum of RGB (Red+Green+Blue) = 39+127+175=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #277FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277FAF is #D88050. Grayscale: #696969. Windows color (decimal): -14188625 or 11501351. OLE color: 11501351.
HSL color Cylindrical-coordinate representation of color #277FAF: hue angle of 201.18º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277FAF is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 127 | 175 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.31 |
| HSL | 201.18º | 0.64% | 0.42% | - |
| HSV(B) | 201.18º | 0.78% | 0.69% | - |
| XYZ | 16.16 | 18.71 | 43.32 | - |
| YUV | 106.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 175 | 0.78 | 0.27 | 0 | 0.31 | 201.18 | 0.64 | 0.42 |
| Hex | 27 | 7F | AF | 4E | 1B | 0 | 1F | C9 | 40 | 2A |
| Octal | 47 | 177 | 257 | 116 | 33 | 0 | 37 | 311 | 100 | 52 |
| Binary | 100111 | 1111111 | 10101111 | 1001110 | 11011 | 0 | 11111 | 11001001 | 1000000 | 101010 |
Color Harmonies of #277FAF
Complementary color
Monochromatic Colors of #277FAF
Black with #277FAF
Text Example
Text Example
White with #277FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277FAF; }
p { color: rgb(39,127,175); }
H1.HeaderClassName
{
color: #277FAF;
}
.AnyTagClassName
{
color: #277FAF;
}
</style>
background-color css
<style>
a { background-color: #277FAF; }
a { background-color: rgb(39,127,175); }
div.DivClassName
{
background-color: #277FAF;
}
.BgClassName
{
background-color: #277FAF;
}
</style>
border-color css
<style>
span { border-color: #277FAF; }
span { border-color: rgb(39,127,175); }
td.TdClassName
{
border-color: #277FAF;
}
.TagClassName
{
border-color: #277FAF;
}
</style>