Shades of Curious Blue #278ECD
Tints of Curious Blue #278ECD
RGB
CMYK
RGB Variations
Color information
#278ECD (or 0x278ECD) is known color: Curious Blue. HEX triplet: 27, 8E and CD. RGB value is (39,142,205). Sum of RGB (Red+Green+Blue) = 39+142+205=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #278ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ECD is #D87132. Grayscale: #767676. Windows color (decimal): -14184755 or 13471271. OLE color: 13471271.
HSL color Cylindrical-coordinate representation of color #278ECD: hue angle of 202.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278ECD is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 142 | 205 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.20 |
| HSL | 202.77º | 0.68% | 0.48% | - |
| HSV(B) | 202.77º | 0.81% | 0.8% | - |
| XYZ | 21.53 | 24.19 | 61.29 | - |
| YUV | 118.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 205 | 0.81 | 0.31 | 0 | 0.20 | 202.77 | 0.68 | 0.48 |
| Hex | 27 | 8E | CD | 51 | 1F | 0 | 14 | CB | 44 | 30 |
| Octal | 47 | 216 | 315 | 121 | 37 | 0 | 24 | 313 | 104 | 60 |
| Binary | 100111 | 10001110 | 11001101 | 1010001 | 11111 | 0 | 10100 | 11001011 | 1000100 | 110000 |
Color Harmonies of #278ECD
Complementary color
Monochromatic Colors of #278ECD
Black with #278ECD
Text Example
Text Example
White with #278ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ECD; }
p { color: rgb(39,142,205); }
H1.HeaderClassName
{
color: #278ECD;
}
.AnyTagClassName
{
color: #278ECD;
}
</style>
background-color css
<style>
a { background-color: #278ECD; }
a { background-color: rgb(39,142,205); }
div.DivClassName
{
background-color: #278ECD;
}
.BgClassName
{
background-color: #278ECD;
}
</style>
border-color css
<style>
span { border-color: #278ECD; }
span { border-color: rgb(39,142,205); }
td.TdClassName
{
border-color: #278ECD;
}
.TagClassName
{
border-color: #278ECD;
}
</style>