Shades of Curious Blue #278ACB
Tints of Curious Blue #278ACB
RGB
CMYK
RGB Variations
Color information
#278ACB (or 0x278ACB) is known color: Curious Blue. HEX triplet: 27, 8A and CB. RGB value is (39,138,203). Sum of RGB (Red+Green+Blue) = 39+138+203=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #278ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ACB is #D87534. Grayscale: #737373. Windows color (decimal): -14185781 or 13339175. OLE color: 13339175.
HSL color Cylindrical-coordinate representation of color #278ACB: hue angle of 203.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278ACB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 138 | 203 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.20 |
| HSL | 203.78º | 0.68% | 0.47% | - |
| HSV(B) | 203.78º | 0.81% | 0.8% | - |
| XYZ | 20.7 | 22.92 | 59.83 | - |
| YUV | 115.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 203 | 0.81 | 0.32 | 0 | 0.20 | 203.78 | 0.68 | 0.47 |
| Hex | 27 | 8A | CB | 51 | 20 | 0 | 14 | CC | 44 | 2F |
| Octal | 47 | 212 | 313 | 121 | 40 | 0 | 24 | 314 | 104 | 57 |
| Binary | 100111 | 10001010 | 11001011 | 1010001 | 100000 | 0 | 10100 | 11001100 | 1000100 | 101111 |
Color Harmonies of #278ACB
Complementary color
Monochromatic Colors of #278ACB
Black with #278ACB
Text Example
Text Example
White with #278ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278ACB; }
p { color: rgb(39,138,203); }
H1.HeaderClassName
{
color: #278ACB;
}
.AnyTagClassName
{
color: #278ACB;
}
</style>
background-color css
<style>
a { background-color: #278ACB; }
a { background-color: rgb(39,138,203); }
div.DivClassName
{
background-color: #278ACB;
}
.BgClassName
{
background-color: #278ACB;
}
</style>
border-color css
<style>
span { border-color: #278ACB; }
span { border-color: rgb(39,138,203); }
td.TdClassName
{
border-color: #278ACB;
}
.TagClassName
{
border-color: #278ACB;
}
</style>