Shades of Curious Blue #278CCD
Tints of Curious Blue #278CCD
RGB
CMYK
RGB Variations
Color information
#278CCD (or 0x278CCD) is known color: Curious Blue. HEX triplet: 27, 8C and CD. RGB value is (39,140,205). Sum of RGB (Red+Green+Blue) = 39+140+205=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #278CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CCD is #D87332. Grayscale: #747474. Windows color (decimal): -14185267 or 13470759. OLE color: 13470759.
HSL color Cylindrical-coordinate representation of color #278CCD: hue angle of 203.49º 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 #278CCD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 140 | 205 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.20 |
| HSL | 203.49º | 0.68% | 0.48% | - |
| HSV(B) | 203.49º | 0.81% | 0.8% | - |
| XYZ | 21.23 | 23.6 | 61.19 | - |
| YUV | 117.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 205 | 0.81 | 0.32 | 0 | 0.20 | 203.49 | 0.68 | 0.48 |
| Hex | 27 | 8C | CD | 51 | 20 | 0 | 14 | CB | 44 | 30 |
| Octal | 47 | 214 | 315 | 121 | 40 | 0 | 24 | 313 | 104 | 60 |
| Binary | 100111 | 10001100 | 11001101 | 1010001 | 100000 | 0 | 10100 | 11001011 | 1000100 | 110000 |
Color Harmonies of #278CCD
Complementary color
Monochromatic Colors of #278CCD
Black with #278CCD
Text Example
Text Example
White with #278CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278CCD; }
p { color: rgb(39,140,205); }
H1.HeaderClassName
{
color: #278CCD;
}
.AnyTagClassName
{
color: #278CCD;
}
</style>
background-color css
<style>
a { background-color: #278CCD; }
a { background-color: rgb(39,140,205); }
div.DivClassName
{
background-color: #278CCD;
}
.BgClassName
{
background-color: #278CCD;
}
</style>
border-color css
<style>
span { border-color: #278CCD; }
span { border-color: rgb(39,140,205); }
td.TdClassName
{
border-color: #278CCD;
}
.TagClassName
{
border-color: #278CCD;
}
</style>