Shades of Curious Blue #278ACC
Tints of Curious Blue #278ACC
RGB
CMYK
RGB Variations
Color information
#278ACC (or 0x278ACC) is known color: Curious Blue. HEX triplet: 27, 8A and CC. RGB value is (39,138,204). Sum of RGB (Red+Green+Blue) = 39+138+204=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #278ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ACC is #D87533. Grayscale: #737373. Windows color (decimal): -14185780 or 13404711. OLE color: 13404711.
HSL color Cylindrical-coordinate representation of color #278ACC: hue angle of 204º 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 #278ACC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 138 | 204 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.2 |
| HSL | 204º | 0.68% | 0.48% | - |
| HSV(B) | 204º | 0.81% | 0.8% | - |
| XYZ | 20.82 | 22.97 | 60.46 | - |
| YUV | 115.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 204 | 0.81 | 0.32 | 0 | 0.2 | 204 | 0.68 | 0.48 |
| Hex | 27 | 8A | CC | 51 | 20 | 0 | 14 | CC | 44 | 30 |
| Octal | 47 | 212 | 314 | 121 | 40 | 0 | 24 | 314 | 104 | 60 |
| Binary | 100111 | 10001010 | 11001100 | 1010001 | 100000 | 0 | 10100 | 11001100 | 1000100 | 110000 |
Color Harmonies of #278ACC
Complementary color
Monochromatic Colors of #278ACC
Black with #278ACC
Text Example
Text Example
White with #278ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ACC; }
p { color: rgb(39,138,204); }
H1.HeaderClassName
{
color: #278ACC;
}
.AnyTagClassName
{
color: #278ACC;
}
</style>
background-color css
<style>
a { background-color: #278ACC; }
a { background-color: rgb(39,138,204); }
div.DivClassName
{
background-color: #278ACC;
}
.BgClassName
{
background-color: #278ACC;
}
</style>
border-color css
<style>
span { border-color: #278ACC; }
span { border-color: rgb(39,138,204); }
td.TdClassName
{
border-color: #278ACC;
}
.TagClassName
{
border-color: #278ACC;
}
</style>