Shades of Curious Blue #288AC1
Tints of Curious Blue #288AC1
RGB
CMYK
RGB Variations
Color information
#288AC1 (or 0x288AC1) is known color: Curious Blue. HEX triplet: 28, 8A and C1. RGB value is (40,138,193). Sum of RGB (Red+Green+Blue) = 40+138+193=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #288AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288AC1 is #D7753E. Grayscale: #727272. Windows color (decimal): -14120255 or 12683816. OLE color: 12683816.
HSL color Cylindrical-coordinate representation of color #288AC1: hue angle of 201.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288AC1 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 138 | 193 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.24 |
| HSL | 201.57º | 0.66% | 0.46% | - |
| HSV(B) | 201.57º | 0.79% | 0.76% | - |
| XYZ | 19.59 | 22.48 | 53.76 | - |
| YUV | 114.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 193 | 0.79 | 0.28 | 0 | 0.24 | 201.57 | 0.66 | 0.46 |
| Hex | 28 | 8A | C1 | 4F | 1C | 0 | 18 | CA | 42 | 2E |
| Octal | 50 | 212 | 301 | 117 | 34 | 0 | 30 | 312 | 102 | 56 |
| Binary | 101000 | 10001010 | 11000001 | 1001111 | 11100 | 0 | 11000 | 11001010 | 1000010 | 101110 |
Color Harmonies of #288AC1
Complementary color
Monochromatic Colors of #288AC1
Black with #288AC1
Text Example
Text Example
White with #288AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AC1; }
p { color: rgb(40,138,193); }
H1.HeaderClassName
{
color: #288AC1;
}
.AnyTagClassName
{
color: #288AC1;
}
</style>
background-color css
<style>
a { background-color: #288AC1; }
a { background-color: rgb(40,138,193); }
div.DivClassName
{
background-color: #288AC1;
}
.BgClassName
{
background-color: #288AC1;
}
</style>
border-color css
<style>
span { border-color: #288AC1; }
span { border-color: rgb(40,138,193); }
td.TdClassName
{
border-color: #288AC1;
}
.TagClassName
{
border-color: #288AC1;
}
</style>