Shades of Curious Blue #3088BC
Tints of Curious Blue #3088BC
RGB
CMYK
RGB Variations
Color information
#3088BC (or 0x3088BC) is known color: Curious Blue. HEX triplet: 30, 88 and BC. RGB value is (48,136,188). Sum of RGB (Red+Green+Blue) = 48+136+188=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3088BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088BC is #CF7743. Grayscale: #737373. Windows color (decimal): -13596484 or 12355632. OLE color: 12355632.
HSL color Cylindrical-coordinate representation of color #3088BC: hue angle of 202.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3088BC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 136 | 188 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.26 |
| HSL | 202.29º | 0.59% | 0.46% | - |
| HSV(B) | 202.29º | 0.74% | 0.74% | - |
| XYZ | 19.1 | 21.87 | 50.79 | - |
| YUV | 115.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 188 | 0.74 | 0.28 | 0 | 0.26 | 202.29 | 0.59 | 0.46 |
| Hex | 30 | 88 | BC | 4A | 1C | 0 | 1A | CA | 3B | 2E |
| Octal | 60 | 210 | 274 | 112 | 34 | 0 | 32 | 312 | 73 | 56 |
| Binary | 110000 | 10001000 | 10111100 | 1001010 | 11100 | 0 | 11010 | 11001010 | 111011 | 101110 |
Color Harmonies of #3088BC
Complementary color
Monochromatic Colors of #3088BC
Black with #3088BC
Text Example
Text Example
White with #3088BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3088BC; }
p { color: rgb(48,136,188); }
H1.HeaderClassName
{
color: #3088BC;
}
.AnyTagClassName
{
color: #3088BC;
}
</style>
background-color css
<style>
a { background-color: #3088BC; }
a { background-color: rgb(48,136,188); }
div.DivClassName
{
background-color: #3088BC;
}
.BgClassName
{
background-color: #3088BC;
}
</style>
border-color css
<style>
span { border-color: #3088BC; }
span { border-color: rgb(48,136,188); }
td.TdClassName
{
border-color: #3088BC;
}
.TagClassName
{
border-color: #3088BC;
}
</style>