Shades of Curious Blue #288ACB
Tints of Curious Blue #288ACB
RGB
CMYK
RGB Variations
Color information
#288ACB (or 0x288ACB) is known color: Curious Blue. HEX triplet: 28, 8A and CB. RGB value is (40,138,203). Sum of RGB (Red+Green+Blue) = 40+138+203=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #288ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ACB is #D77534. Grayscale: #737373. Windows color (decimal): -14120245 or 13339176. OLE color: 13339176.
HSL color Cylindrical-coordinate representation of color #288ACB: hue angle of 203.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288ACB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 138 | 203 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.20 |
| HSL | 203.93º | 0.67% | 0.48% | - |
| HSV(B) | 203.93º | 0.8% | 0.8% | - |
| XYZ | 20.74 | 22.94 | 59.83 | - |
| YUV | 116.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 203 | 0.80 | 0.32 | 0 | 0.20 | 203.93 | 0.67 | 0.48 |
| Hex | 28 | 8A | CB | 50 | 20 | 0 | 14 | CC | 43 | 30 |
| Octal | 50 | 212 | 313 | 120 | 40 | 0 | 24 | 314 | 103 | 60 |
| Binary | 101000 | 10001010 | 11001011 | 1010000 | 100000 | 0 | 10100 | 11001100 | 1000011 | 110000 |
Color Harmonies of #288ACB
Complementary color
Monochromatic Colors of #288ACB
Black with #288ACB
Text Example
Text Example
White with #288ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ACB; }
p { color: rgb(40,138,203); }
H1.HeaderClassName
{
color: #288ACB;
}
.AnyTagClassName
{
color: #288ACB;
}
</style>
background-color css
<style>
a { background-color: #288ACB; }
a { background-color: rgb(40,138,203); }
div.DivClassName
{
background-color: #288ACB;
}
.BgClassName
{
background-color: #288ACB;
}
</style>
border-color css
<style>
span { border-color: #288ACB; }
span { border-color: rgb(40,138,203); }
td.TdClassName
{
border-color: #288ACB;
}
.TagClassName
{
border-color: #288ACB;
}
</style>