Shades of Curious Blue #277AB8
Tints of Curious Blue #277AB8
RGB
CMYK
RGB Variations
Color information
#277AB8 (or 0x277AB8) is known color: Curious Blue. HEX triplet: 27, 7A and B8. RGB value is (39,122,184). Sum of RGB (Red+Green+Blue) = 39+122+184=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #277AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277AB8 is #D88547. Grayscale: #676767. Windows color (decimal): -14189896 or 12089895. OLE color: 12089895.
HSL color Cylindrical-coordinate representation of color #277AB8: hue angle of 205.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277AB8 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 122 | 184 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.28 |
| HSL | 205.66º | 0.65% | 0.44% | - |
| HSV(B) | 205.66º | 0.79% | 0.72% | - |
| XYZ | 16.45 | 17.81 | 47.92 | - |
| YUV | 104.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 184 | 0.79 | 0.34 | 0 | 0.28 | 205.66 | 0.65 | 0.44 |
| Hex | 27 | 7A | B8 | 4F | 22 | 0 | 1C | CE | 41 | 2C |
| Octal | 47 | 172 | 270 | 117 | 42 | 0 | 34 | 316 | 101 | 54 |
| Binary | 100111 | 1111010 | 10111000 | 1001111 | 100010 | 0 | 11100 | 11001110 | 1000001 | 101100 |
Color Harmonies of #277AB8
Complementary color
Monochromatic Colors of #277AB8
Black with #277AB8
Text Example
Text Example
White with #277AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AB8; }
p { color: rgb(39,122,184); }
H1.HeaderClassName
{
color: #277AB8;
}
.AnyTagClassName
{
color: #277AB8;
}
</style>
background-color css
<style>
a { background-color: #277AB8; }
a { background-color: rgb(39,122,184); }
div.DivClassName
{
background-color: #277AB8;
}
.BgClassName
{
background-color: #277AB8;
}
</style>
border-color css
<style>
span { border-color: #277AB8; }
span { border-color: rgb(39,122,184); }
td.TdClassName
{
border-color: #277AB8;
}
.TagClassName
{
border-color: #277AB8;
}
</style>