Shades of Curious Blue #3089BC
Tints of Curious Blue #3089BC
RGB
CMYK
RGB Variations
Color information
#3089BC (or 0x3089BC) is known color: Curious Blue. HEX triplet: 30, 89 and BC. RGB value is (48,137,188). Sum of RGB (Red+Green+Blue) = 48+137+188=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3089BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089BC is #CF7643. Grayscale: #737373. Windows color (decimal): -13596228 or 12355888. OLE color: 12355888.
HSL color Cylindrical-coordinate representation of color #3089BC: hue angle of 201.86º 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 #3089BC is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 137 | 188 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.26 |
| HSL | 201.86º | 0.59% | 0.46% | - |
| HSV(B) | 201.86º | 0.74% | 0.74% | - |
| XYZ | 19.24 | 22.15 | 50.84 | - |
| YUV | 116.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 188 | 0.74 | 0.27 | 0 | 0.26 | 201.86 | 0.59 | 0.46 |
| Hex | 30 | 89 | BC | 4A | 1B | 0 | 1A | CA | 3B | 2E |
| Octal | 60 | 211 | 274 | 112 | 33 | 0 | 32 | 312 | 73 | 56 |
| Binary | 110000 | 10001001 | 10111100 | 1001010 | 11011 | 0 | 11010 | 11001010 | 111011 | 101110 |
Color Harmonies of #3089BC
Complementary color
Monochromatic Colors of #3089BC
Black with #3089BC
Text Example
Text Example
White with #3089BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3089BC; }
p { color: rgb(48,137,188); }
H1.HeaderClassName
{
color: #3089BC;
}
.AnyTagClassName
{
color: #3089BC;
}
</style>
background-color css
<style>
a { background-color: #3089BC; }
a { background-color: rgb(48,137,188); }
div.DivClassName
{
background-color: #3089BC;
}
.BgClassName
{
background-color: #3089BC;
}
</style>
border-color css
<style>
span { border-color: #3089BC; }
span { border-color: rgb(48,137,188); }
td.TdClassName
{
border-color: #3089BC;
}
.TagClassName
{
border-color: #3089BC;
}
</style>