Shades of Curious Blue #278BC1
Tints of Curious Blue #278BC1
RGB
CMYK
RGB Variations
Color information
#278BC1 (or 0x278BC1) is known color: Curious Blue. HEX triplet: 27, 8B and C1. RGB value is (39,139,193). Sum of RGB (Red+Green+Blue) = 39+139+193=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #278BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278BC1 is #D8743E. Grayscale: #727272. Windows color (decimal): -14185535 or 12684071. OLE color: 12684071.
HSL color Cylindrical-coordinate representation of color #278BC1: hue angle of 201.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #278BC1 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 139 | 193 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.24 |
| HSL | 201.04º | 0.66% | 0.45% | - |
| HSV(B) | 201.04º | 0.8% | 0.76% | - |
| XYZ | 19.69 | 22.75 | 53.8 | - |
| YUV | 115.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 193 | 0.80 | 0.28 | 0 | 0.24 | 201.04 | 0.66 | 0.45 |
| Hex | 27 | 8B | C1 | 50 | 1C | 0 | 18 | C9 | 42 | 2D |
| Octal | 47 | 213 | 301 | 120 | 34 | 0 | 30 | 311 | 102 | 55 |
| Binary | 100111 | 10001011 | 11000001 | 1010000 | 11100 | 0 | 11000 | 11001001 | 1000010 | 101101 |
Color Harmonies of #278BC1
Complementary color
Monochromatic Colors of #278BC1
Black with #278BC1
Text Example
Text Example
White with #278BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BC1; }
p { color: rgb(39,139,193); }
H1.HeaderClassName
{
color: #278BC1;
}
.AnyTagClassName
{
color: #278BC1;
}
</style>
background-color css
<style>
a { background-color: #278BC1; }
a { background-color: rgb(39,139,193); }
div.DivClassName
{
background-color: #278BC1;
}
.BgClassName
{
background-color: #278BC1;
}
</style>
border-color css
<style>
span { border-color: #278BC1; }
span { border-color: rgb(39,139,193); }
td.TdClassName
{
border-color: #278BC1;
}
.TagClassName
{
border-color: #278BC1;
}
</style>