Shades of Curious Blue #3088DC
Tints of Curious Blue #3088DC
RGB
CMYK
RGB Variations
Color information
#3088DC (or 0x3088DC) is known color: Curious Blue. HEX triplet: 30, 88 and DC. RGB value is (48,136,220). Sum of RGB (Red+Green+Blue) = 48+136+220=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #3088DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088DC is #CF7723. Grayscale: #767676. Windows color (decimal): -13596452 or 14452784. OLE color: 14452784.
HSL color Cylindrical-coordinate representation of color #3088DC: hue angle of 209.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3088DC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 136 | 220 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.14 |
| HSL | 209.3º | 0.71% | 0.53% | - |
| HSV(B) | 209.3º | 0.78% | 0.86% | - |
| XYZ | 22.94 | 23.4 | 71.02 | - |
| YUV | 119.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 220 | 0.78 | 0.38 | 0 | 0.14 | 209.3 | 0.71 | 0.53 |
| Hex | 30 | 88 | DC | 4E | 26 | 0 | E | D1 | 47 | 35 |
| Octal | 60 | 210 | 334 | 116 | 46 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110000 | 10001000 | 11011100 | 1001110 | 100110 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #3088DC
Complementary color
Monochromatic Colors of #3088DC
Black with #3088DC
Text Example
Text Example
White with #3088DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3088DC; }
p { color: rgb(48,136,220); }
H1.HeaderClassName
{
color: #3088DC;
}
.AnyTagClassName
{
color: #3088DC;
}
</style>
background-color css
<style>
a { background-color: #3088DC; }
a { background-color: rgb(48,136,220); }
div.DivClassName
{
background-color: #3088DC;
}
.BgClassName
{
background-color: #3088DC;
}
</style>
border-color css
<style>
span { border-color: #3088DC; }
span { border-color: rgb(48,136,220); }
td.TdClassName
{
border-color: #3088DC;
}
.TagClassName
{
border-color: #3088DC;
}
</style>