Shades of Curious Blue #3088C5
Tints of Curious Blue #3088C5
RGB
CMYK
RGB Variations
Color information
#3088C5 (or 0x3088C5) is known color: Curious Blue. HEX triplet: 30, 88 and C5. RGB value is (48,136,197). Sum of RGB (Red+Green+Blue) = 48+136+197=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #3088C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088C5 is #CF773A. Grayscale: #747474. Windows color (decimal): -13596475 or 12945456. OLE color: 12945456.
HSL color Cylindrical-coordinate representation of color #3088C5: hue angle of 204.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3088C5 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 136 | 197 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.23 |
| HSL | 204.56º | 0.61% | 0.48% | - |
| HSV(B) | 204.56º | 0.76% | 0.77% | - |
| XYZ | 20.1 | 22.27 | 56.06 | - |
| YUV | 116.64 | 173.35 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 197 | 0.76 | 0.31 | 0 | 0.23 | 204.56 | 0.61 | 0.48 |
| Hex | 30 | 88 | C5 | 4C | 1F | 0 | 17 | CD | 3D | 30 |
| Octal | 60 | 210 | 305 | 114 | 37 | 0 | 27 | 315 | 75 | 60 |
| Binary | 110000 | 10001000 | 11000101 | 1001100 | 11111 | 0 | 10111 | 11001101 | 111101 | 110000 |
Color Harmonies of #3088C5
Complementary color
Monochromatic Colors of #3088C5
Black with #3088C5
Text Example
Text Example
White with #3088C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3088C5; }
p { color: rgb(48,136,197); }
H1.HeaderClassName
{
color: #3088C5;
}
.AnyTagClassName
{
color: #3088C5;
}
</style>
background-color css
<style>
a { background-color: #3088C5; }
a { background-color: rgb(48,136,197); }
div.DivClassName
{
background-color: #3088C5;
}
.BgClassName
{
background-color: #3088C5;
}
</style>
border-color css
<style>
span { border-color: #3088C5; }
span { border-color: rgb(48,136,197); }
td.TdClassName
{
border-color: #3088C5;
}
.TagClassName
{
border-color: #3088C5;
}
</style>