Shades of Curious Blue #488AC3
Tints of Curious Blue #488AC3
RGB
CMYK
RGB Variations
Color information
#488AC3 (or 0x488AC3) is known color: Curious Blue. HEX triplet: 48, 8A and C3. RGB value is (72,138,195). Sum of RGB (Red+Green+Blue) = 72+138+195=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #488AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC3 is #B7753C. Grayscale: #7C7C7C. Windows color (decimal): -12023101 or 12814920. OLE color: 12814920.
HSL color Cylindrical-coordinate representation of color #488AC3: hue angle of 207.8º 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 #488AC3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 138 | 195 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.24 |
| HSL | 207.8º | 0.51% | 0.52% | - |
| HSV(B) | 207.8º | 0.63% | 0.76% | - |
| XYZ | 21.61 | 23.49 | 55.03 | - |
| YUV | 124.76 | 167.63 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 195 | 0.63 | 0.29 | 0 | 0.24 | 207.8 | 0.51 | 0.52 |
| Hex | 48 | 8A | C3 | 3F | 1D | 0 | 18 | D0 | 33 | 34 |
| Octal | 110 | 212 | 303 | 77 | 35 | 0 | 30 | 320 | 63 | 64 |
| Binary | 1001000 | 10001010 | 11000011 | 111111 | 11101 | 0 | 11000 | 11010000 | 110011 | 110100 |
Color Harmonies of #488AC3
Complementary color
Monochromatic Colors of #488AC3
Black with #488AC3
Text Example
Text Example
White with #488AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AC3; }
p { color: rgb(72,138,195); }
H1.HeaderClassName
{
color: #488AC3;
}
.AnyTagClassName
{
color: #488AC3;
}
</style>
background-color css
<style>
a { background-color: #488AC3; }
a { background-color: rgb(72,138,195); }
div.DivClassName
{
background-color: #488AC3;
}
.BgClassName
{
background-color: #488AC3;
}
</style>
border-color css
<style>
span { border-color: #488AC3; }
span { border-color: rgb(72,138,195); }
td.TdClassName
{
border-color: #488AC3;
}
.TagClassName
{
border-color: #488AC3;
}
</style>