Shades of Curious Blue #277DBB
Tints of Curious Blue #277DBB
RGB
CMYK
RGB Variations
Color information
#277DBB (or 0x277DBB) is known color: Curious Blue. HEX triplet: 27, 7D and BB. RGB value is (39,125,187). Sum of RGB (Red+Green+Blue) = 39+125+187=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #277DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DBB is #D88244. Grayscale: #6A6A6A. Windows color (decimal): -14189125 or 12287271. OLE color: 12287271.
HSL color Cylindrical-coordinate representation of color #277DBB: hue angle of 205.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277DBB is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 125 | 187 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.27 |
| HSL | 205.14º | 0.65% | 0.44% | - |
| HSV(B) | 205.14º | 0.79% | 0.73% | - |
| XYZ | 17.14 | 18.69 | 49.72 | - |
| YUV | 106.35 | 173.51 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 187 | 0.79 | 0.33 | 0 | 0.27 | 205.14 | 0.65 | 0.44 |
| Hex | 27 | 7D | BB | 4F | 21 | 0 | 1B | CD | 41 | 2C |
| Octal | 47 | 175 | 273 | 117 | 41 | 0 | 33 | 315 | 101 | 54 |
| Binary | 100111 | 1111101 | 10111011 | 1001111 | 100001 | 0 | 11011 | 11001101 | 1000001 | 101100 |
Color Harmonies of #277DBB
Complementary color
Monochromatic Colors of #277DBB
Black with #277DBB
Text Example
Text Example
White with #277DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DBB; }
p { color: rgb(39,125,187); }
H1.HeaderClassName
{
color: #277DBB;
}
.AnyTagClassName
{
color: #277DBB;
}
</style>
background-color css
<style>
a { background-color: #277DBB; }
a { background-color: rgb(39,125,187); }
div.DivClassName
{
background-color: #277DBB;
}
.BgClassName
{
background-color: #277DBB;
}
</style>
border-color css
<style>
span { border-color: #277DBB; }
span { border-color: rgb(39,125,187); }
td.TdClassName
{
border-color: #277DBB;
}
.TagClassName
{
border-color: #277DBB;
}
</style>