Shades of Curious Blue #277ACB
Tints of Curious Blue #277ACB
RGB
CMYK
RGB Variations
Color information
#277ACB (or 0x277ACB) is known color: Curious Blue. HEX triplet: 27, 7A and CB. RGB value is (39,122,203). Sum of RGB (Red+Green+Blue) = 39+122+203=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #277ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ACB is #D88534. Grayscale: #6A6A6A. Windows color (decimal): -14189877 or 13335079. OLE color: 13335079.
HSL color Cylindrical-coordinate representation of color #277ACB: hue angle of 209.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #277ACB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 122 | 203 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.20 |
| HSL | 209.63º | 0.68% | 0.47% | - |
| HSV(B) | 209.63º | 0.81% | 0.8% | - |
| XYZ | 18.58 | 18.66 | 59.12 | - |
| YUV | 106.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 203 | 0.81 | 0.40 | 0 | 0.20 | 209.63 | 0.68 | 0.47 |
| Hex | 27 | 7A | CB | 51 | 28 | 0 | 14 | D2 | 44 | 2F |
| Octal | 47 | 172 | 313 | 121 | 50 | 0 | 24 | 322 | 104 | 57 |
| Binary | 100111 | 1111010 | 11001011 | 1010001 | 101000 | 0 | 10100 | 11010010 | 1000100 | 101111 |
Color Harmonies of #277ACB
Complementary color
Monochromatic Colors of #277ACB
Black with #277ACB
Text Example
Text Example
White with #277ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277ACB; }
p { color: rgb(39,122,203); }
H1.HeaderClassName
{
color: #277ACB;
}
.AnyTagClassName
{
color: #277ACB;
}
</style>
background-color css
<style>
a { background-color: #277ACB; }
a { background-color: rgb(39,122,203); }
div.DivClassName
{
background-color: #277ACB;
}
.BgClassName
{
background-color: #277ACB;
}
</style>
border-color css
<style>
span { border-color: #277ACB; }
span { border-color: rgb(39,122,203); }
td.TdClassName
{
border-color: #277ACB;
}
.TagClassName
{
border-color: #277ACB;
}
</style>