Shades of Curious Blue #278CCB
Tints of Curious Blue #278CCB
RGB
CMYK
RGB Variations
Color information
#278CCB (or 0x278CCB) is known color: Curious Blue. HEX triplet: 27, 8C and CB. RGB value is (39,140,203). Sum of RGB (Red+Green+Blue) = 39+140+203=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #278CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CCB is #D87334. Grayscale: #747474. Windows color (decimal): -14185269 or 13339687. OLE color: 13339687.
HSL color Cylindrical-coordinate representation of color #278CCB: hue angle of 203.05º 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 #278CCB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 140 | 203 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.20 |
| HSL | 203.05º | 0.68% | 0.47% | - |
| HSV(B) | 203.05º | 0.81% | 0.8% | - |
| XYZ | 20.99 | 23.5 | 59.93 | - |
| YUV | 116.98 | 176.54 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 203 | 0.81 | 0.31 | 0 | 0.20 | 203.05 | 0.68 | 0.47 |
| Hex | 27 | 8C | CB | 51 | 1F | 0 | 14 | CB | 44 | 2F |
| Octal | 47 | 214 | 313 | 121 | 37 | 0 | 24 | 313 | 104 | 57 |
| Binary | 100111 | 10001100 | 11001011 | 1010001 | 11111 | 0 | 10100 | 11001011 | 1000100 | 101111 |
Color Harmonies of #278CCB
Complementary color
Monochromatic Colors of #278CCB
Black with #278CCB
Text Example
Text Example
White with #278CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278CCB; }
p { color: rgb(39,140,203); }
H1.HeaderClassName
{
color: #278CCB;
}
.AnyTagClassName
{
color: #278CCB;
}
</style>
background-color css
<style>
a { background-color: #278CCB; }
a { background-color: rgb(39,140,203); }
div.DivClassName
{
background-color: #278CCB;
}
.BgClassName
{
background-color: #278CCB;
}
</style>
border-color css
<style>
span { border-color: #278CCB; }
span { border-color: rgb(39,140,203); }
td.TdClassName
{
border-color: #278CCB;
}
.TagClassName
{
border-color: #278CCB;
}
</style>