Shades of Curious Blue #3088BD
Tints of Curious Blue #3088BD
RGB
CMYK
RGB Variations
Color information
#3088BD (or 0x3088BD) is known color: Curious Blue. HEX triplet: 30, 88 and BD. RGB value is (48,136,189). Sum of RGB (Red+Green+Blue) = 48+136+189=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #3088BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088BD is #CF7742. Grayscale: #737373. Windows color (decimal): -13596483 or 12421168. OLE color: 12421168.
HSL color Cylindrical-coordinate representation of color #3088BD: hue angle of 202.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3088BD is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 136 | 189 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.26 |
| HSL | 202.55º | 0.59% | 0.46% | - |
| HSV(B) | 202.55º | 0.75% | 0.74% | - |
| XYZ | 19.21 | 21.91 | 51.36 | - |
| YUV | 115.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 189 | 0.75 | 0.28 | 0 | 0.26 | 202.55 | 0.59 | 0.46 |
| Hex | 30 | 88 | BD | 4B | 1C | 0 | 1A | CB | 3B | 2E |
| Octal | 60 | 210 | 275 | 113 | 34 | 0 | 32 | 313 | 73 | 56 |
| Binary | 110000 | 10001000 | 10111101 | 1001011 | 11100 | 0 | 11010 | 11001011 | 111011 | 101110 |
Color Harmonies of #3088BD
Complementary color
Monochromatic Colors of #3088BD
Black with #3088BD
Text Example
Text Example
White with #3088BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3088BD; }
p { color: rgb(48,136,189); }
H1.HeaderClassName
{
color: #3088BD;
}
.AnyTagClassName
{
color: #3088BD;
}
</style>
background-color css
<style>
a { background-color: #3088BD; }
a { background-color: rgb(48,136,189); }
div.DivClassName
{
background-color: #3088BD;
}
.BgClassName
{
background-color: #3088BD;
}
</style>
border-color css
<style>
span { border-color: #3088BD; }
span { border-color: rgb(48,136,189); }
td.TdClassName
{
border-color: #3088BD;
}
.TagClassName
{
border-color: #3088BD;
}
</style>