Shades of Curious Blue #288CC3
Tints of Curious Blue #288CC3
RGB
CMYK
RGB Variations
Color information
#288CC3 (or 0x288CC3) is known color: Curious Blue. HEX triplet: 28, 8C and C3. RGB value is (40,140,195). Sum of RGB (Red+Green+Blue) = 40+140+195=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #288CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CC3 is #D7733C. Grayscale: #747474. Windows color (decimal): -14119741 or 12815400. OLE color: 12815400.
HSL color Cylindrical-coordinate representation of color #288CC3: hue angle of 201.29º 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 #288CC3 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 140 | 195 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.24 |
| HSL | 201.29º | 0.66% | 0.46% | - |
| HSV(B) | 201.29º | 0.79% | 0.76% | - |
| XYZ | 20.1 | 23.15 | 55.04 | - |
| YUV | 116.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 195 | 0.79 | 0.28 | 0 | 0.24 | 201.29 | 0.66 | 0.46 |
| Hex | 28 | 8C | C3 | 4F | 1C | 0 | 18 | C9 | 42 | 2E |
| Octal | 50 | 214 | 303 | 117 | 34 | 0 | 30 | 311 | 102 | 56 |
| Binary | 101000 | 10001100 | 11000011 | 1001111 | 11100 | 0 | 11000 | 11001001 | 1000010 | 101110 |
Color Harmonies of #288CC3
Complementary color
Monochromatic Colors of #288CC3
Black with #288CC3
Text Example
Text Example
White with #288CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CC3; }
p { color: rgb(40,140,195); }
H1.HeaderClassName
{
color: #288CC3;
}
.AnyTagClassName
{
color: #288CC3;
}
</style>
background-color css
<style>
a { background-color: #288CC3; }
a { background-color: rgb(40,140,195); }
div.DivClassName
{
background-color: #288CC3;
}
.BgClassName
{
background-color: #288CC3;
}
</style>
border-color css
<style>
span { border-color: #288CC3; }
span { border-color: rgb(40,140,195); }
td.TdClassName
{
border-color: #288CC3;
}
.TagClassName
{
border-color: #288CC3;
}
</style>