Shades of Curious Blue #277DB5
Tints of Curious Blue #277DB5
RGB
CMYK
RGB Variations
Color information
#277DB5 (or 0x277DB5) is known color: Curious Blue. HEX triplet: 27, 7D and B5. RGB value is (39,125,181). Sum of RGB (Red+Green+Blue) = 39+125+181=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #277DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DB5 is #D8824A. Grayscale: #696969. Windows color (decimal): -14189131 or 11894055. OLE color: 11894055.
HSL color Cylindrical-coordinate representation of color #277DB5: hue angle of 203.66º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277DB5 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 125 | 181 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.29 |
| HSL | 203.66º | 0.65% | 0.43% | - |
| HSV(B) | 203.66º | 0.78% | 0.71% | - |
| XYZ | 16.51 | 18.43 | 46.4 | - |
| YUV | 105.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 181 | 0.78 | 0.31 | 0 | 0.29 | 203.66 | 0.65 | 0.43 |
| Hex | 27 | 7D | B5 | 4E | 1F | 0 | 1D | CC | 41 | 2B |
| Octal | 47 | 175 | 265 | 116 | 37 | 0 | 35 | 314 | 101 | 53 |
| Binary | 100111 | 1111101 | 10110101 | 1001110 | 11111 | 0 | 11101 | 11001100 | 1000001 | 101011 |
Color Harmonies of #277DB5
Complementary color
Monochromatic Colors of #277DB5
Black with #277DB5
Text Example
Text Example
White with #277DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DB5; }
p { color: rgb(39,125,181); }
H1.HeaderClassName
{
color: #277DB5;
}
.AnyTagClassName
{
color: #277DB5;
}
</style>
background-color css
<style>
a { background-color: #277DB5; }
a { background-color: rgb(39,125,181); }
div.DivClassName
{
background-color: #277DB5;
}
.BgClassName
{
background-color: #277DB5;
}
</style>
border-color css
<style>
span { border-color: #277DB5; }
span { border-color: rgb(39,125,181); }
td.TdClassName
{
border-color: #277DB5;
}
.TagClassName
{
border-color: #277DB5;
}
</style>