Shades of Curious Blue #3091BD
Tints of Curious Blue #3091BD
RGB
CMYK
RGB Variations
Color information
#3091BD (or 0x3091BD) is known color: Curious Blue. HEX triplet: 30, 91 and BD. RGB value is (48,145,189). Sum of RGB (Red+Green+Blue) = 48+145+189=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #3091BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091BD is #CF6E42. Grayscale: #787878. Windows color (decimal): -13594179 or 12423472. OLE color: 12423472.
HSL color Cylindrical-coordinate representation of color #3091BD: hue angle of 198.72º 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 #3091BD is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 145 | 189 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.26 |
| HSL | 198.72º | 0.59% | 0.46% | - |
| HSV(B) | 198.72º | 0.75% | 0.74% | - |
| XYZ | 20.53 | 24.55 | 51.8 | - |
| YUV | 121.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 189 | 0.75 | 0.23 | 0 | 0.26 | 198.72 | 0.59 | 0.46 |
| Hex | 30 | 91 | BD | 4B | 17 | 0 | 1A | C7 | 3B | 2E |
| Octal | 60 | 221 | 275 | 113 | 27 | 0 | 32 | 307 | 73 | 56 |
| Binary | 110000 | 10010001 | 10111101 | 1001011 | 10111 | 0 | 11010 | 11000111 | 111011 | 101110 |
Color Harmonies of #3091BD
Complementary color
Monochromatic Colors of #3091BD
Black with #3091BD
Text Example
Text Example
White with #3091BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091BD; }
p { color: rgb(48,145,189); }
H1.HeaderClassName
{
color: #3091BD;
}
.AnyTagClassName
{
color: #3091BD;
}
</style>
background-color css
<style>
a { background-color: #3091BD; }
a { background-color: rgb(48,145,189); }
div.DivClassName
{
background-color: #3091BD;
}
.BgClassName
{
background-color: #3091BD;
}
</style>
border-color css
<style>
span { border-color: #3091BD; }
span { border-color: rgb(48,145,189); }
td.TdClassName
{
border-color: #3091BD;
}
.TagClassName
{
border-color: #3091BD;
}
</style>