Shades of Curious Blue #488BC3
Tints of Curious Blue #488BC3
RGB
CMYK
RGB Variations
Color information
#488BC3 (or 0x488BC3) is known color: Curious Blue. HEX triplet: 48, 8B and C3. RGB value is (72,139,195). Sum of RGB (Red+Green+Blue) = 72+139+195=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #488BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BC3 is #B7743C. Grayscale: #7D7D7D. Windows color (decimal): -12022845 or 12815176. OLE color: 12815176.
HSL color Cylindrical-coordinate representation of color #488BC3: hue angle of 207.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488BC3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 139 | 195 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.24 |
| HSL | 207.32º | 0.51% | 0.52% | - |
| HSV(B) | 207.32º | 0.63% | 0.76% | - |
| XYZ | 21.76 | 23.78 | 55.07 | - |
| YUV | 125.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 195 | 0.63 | 0.29 | 0 | 0.24 | 207.32 | 0.51 | 0.52 |
| Hex | 48 | 8B | C3 | 3F | 1D | 0 | 18 | CF | 33 | 34 |
| Octal | 110 | 213 | 303 | 77 | 35 | 0 | 30 | 317 | 63 | 64 |
| Binary | 1001000 | 10001011 | 11000011 | 111111 | 11101 | 0 | 11000 | 11001111 | 110011 | 110100 |
Color Harmonies of #488BC3
Complementary color
Monochromatic Colors of #488BC3
Black with #488BC3
Text Example
Text Example
White with #488BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BC3; }
p { color: rgb(72,139,195); }
H1.HeaderClassName
{
color: #488BC3;
}
.AnyTagClassName
{
color: #488BC3;
}
</style>
background-color css
<style>
a { background-color: #488BC3; }
a { background-color: rgb(72,139,195); }
div.DivClassName
{
background-color: #488BC3;
}
.BgClassName
{
background-color: #488BC3;
}
</style>
border-color css
<style>
span { border-color: #488BC3; }
span { border-color: rgb(72,139,195); }
td.TdClassName
{
border-color: #488BC3;
}
.TagClassName
{
border-color: #488BC3;
}
</style>