Shades of Curious Blue #3189BD
Tints of Curious Blue #3189BD
RGB
CMYK
RGB Variations
Color information
#3189BD (or 0x3189BD) is known color: Curious Blue. HEX triplet: 31, 89 and BD. RGB value is (49,137,189). Sum of RGB (Red+Green+Blue) = 49+137+189=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3189BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189BD is #CE7642. Grayscale: #747474. Windows color (decimal): -13530691 or 12421425. OLE color: 12421425.
HSL color Cylindrical-coordinate representation of color #3189BD: hue angle of 202.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3189BD is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 137 | 189 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.26 |
| HSL | 202.29º | 0.59% | 0.47% | - |
| HSV(B) | 202.29º | 0.74% | 0.74% | - |
| XYZ | 19.4 | 22.22 | 51.41 | - |
| YUV | 116.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 189 | 0.74 | 0.28 | 0 | 0.26 | 202.29 | 0.59 | 0.47 |
| Hex | 31 | 89 | BD | 4A | 1C | 0 | 1A | CA | 3B | 2F |
| Octal | 61 | 211 | 275 | 112 | 34 | 0 | 32 | 312 | 73 | 57 |
| Binary | 110001 | 10001001 | 10111101 | 1001010 | 11100 | 0 | 11010 | 11001010 | 111011 | 101111 |
Color Harmonies of #3189BD
Complementary color
Monochromatic Colors of #3189BD
Black with #3189BD
Text Example
Text Example
White with #3189BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189BD; }
p { color: rgb(49,137,189); }
H1.HeaderClassName
{
color: #3189BD;
}
.AnyTagClassName
{
color: #3189BD;
}
</style>
background-color css
<style>
a { background-color: #3189BD; }
a { background-color: rgb(49,137,189); }
div.DivClassName
{
background-color: #3189BD;
}
.BgClassName
{
background-color: #3189BD;
}
</style>
border-color css
<style>
span { border-color: #3189BD; }
span { border-color: rgb(49,137,189); }
td.TdClassName
{
border-color: #3189BD;
}
.TagClassName
{
border-color: #3189BD;
}
</style>