Shades of Curious Blue #277BB4
Tints of Curious Blue #277BB4
RGB
CMYK
RGB Variations
Color information
#277BB4 (or 0x277BB4) is known color: Curious Blue. HEX triplet: 27, 7B and B4. RGB value is (39,123,180). Sum of RGB (Red+Green+Blue) = 39+123+180=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #277BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BB4 is #D8844B. Grayscale: #686868. Windows color (decimal): -14189644 or 11828007. OLE color: 11828007.
HSL color Cylindrical-coordinate representation of color #277BB4: hue angle of 204.26º degrees, saturation: 0.64, 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 #277BB4 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 123 | 180 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.29 |
| HSL | 204.26º | 0.64% | 0.43% | - |
| HSV(B) | 204.26º | 0.78% | 0.71% | - |
| XYZ | 16.16 | 17.89 | 45.78 | - |
| YUV | 104.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 180 | 0.78 | 0.32 | 0 | 0.29 | 204.26 | 0.64 | 0.43 |
| Hex | 27 | 7B | B4 | 4E | 20 | 0 | 1D | CC | 40 | 2B |
| Octal | 47 | 173 | 264 | 116 | 40 | 0 | 35 | 314 | 100 | 53 |
| Binary | 100111 | 1111011 | 10110100 | 1001110 | 100000 | 0 | 11101 | 11001100 | 1000000 | 101011 |
Color Harmonies of #277BB4
Complementary color
Monochromatic Colors of #277BB4
Black with #277BB4
Text Example
Text Example
White with #277BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BB4; }
p { color: rgb(39,123,180); }
H1.HeaderClassName
{
color: #277BB4;
}
.AnyTagClassName
{
color: #277BB4;
}
</style>
background-color css
<style>
a { background-color: #277BB4; }
a { background-color: rgb(39,123,180); }
div.DivClassName
{
background-color: #277BB4;
}
.BgClassName
{
background-color: #277BB4;
}
</style>
border-color css
<style>
span { border-color: #277BB4; }
span { border-color: rgb(39,123,180); }
td.TdClassName
{
border-color: #277BB4;
}
.TagClassName
{
border-color: #277BB4;
}
</style>