Shades of Curious Blue #3089BB
Tints of Curious Blue #3089BB
RGB
CMYK
RGB Variations
Color information
#3089BB (or 0x3089BB) is known color: Curious Blue. HEX triplet: 30, 89 and BB. RGB value is (48,137,187). Sum of RGB (Red+Green+Blue) = 48+137+187=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3089BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089BB is #CF7644. Grayscale: #737373. Windows color (decimal): -13596229 or 12290352. OLE color: 12290352.
HSL color Cylindrical-coordinate representation of color #3089BB: hue angle of 201.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3089BB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 137 | 187 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.27 |
| HSL | 201.58º | 0.59% | 0.46% | - |
| HSV(B) | 201.58º | 0.74% | 0.73% | - |
| XYZ | 19.13 | 22.11 | 50.27 | - |
| YUV | 116.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 187 | 0.74 | 0.27 | 0 | 0.27 | 201.58 | 0.59 | 0.46 |
| Hex | 30 | 89 | BB | 4A | 1B | 0 | 1B | CA | 3B | 2E |
| Octal | 60 | 211 | 273 | 112 | 33 | 0 | 33 | 312 | 73 | 56 |
| Binary | 110000 | 10001001 | 10111011 | 1001010 | 11011 | 0 | 11011 | 11001010 | 111011 | 101110 |
Color Harmonies of #3089BB
Complementary color
Monochromatic Colors of #3089BB
Black with #3089BB
Text Example
Text Example
White with #3089BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3089BB; }
p { color: rgb(48,137,187); }
H1.HeaderClassName
{
color: #3089BB;
}
.AnyTagClassName
{
color: #3089BB;
}
</style>
background-color css
<style>
a { background-color: #3089BB; }
a { background-color: rgb(48,137,187); }
div.DivClassName
{
background-color: #3089BB;
}
.BgClassName
{
background-color: #3089BB;
}
</style>
border-color css
<style>
span { border-color: #3089BB; }
span { border-color: rgb(48,137,187); }
td.TdClassName
{
border-color: #3089BB;
}
.TagClassName
{
border-color: #3089BB;
}
</style>