Shades of Curious Blue #3489BA
Tints of Curious Blue #3489BA
RGB
CMYK
RGB Variations
Color information
#3489BA (or 0x3489BA) is known color: Curious Blue. HEX triplet: 34, 89 and BA. RGB value is (52,137,186). Sum of RGB (Red+Green+Blue) = 52+137+186=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3489BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489BA is #CB7645. Grayscale: #747474. Windows color (decimal): -13334086 or 12224820. OLE color: 12224820.
HSL color Cylindrical-coordinate representation of color #3489BA: hue angle of 201.94º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3489BA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 137 | 186 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.27 |
| HSL | 201.94º | 0.56% | 0.47% | - |
| HSV(B) | 201.94º | 0.72% | 0.73% | - |
| XYZ | 19.22 | 22.17 | 49.72 | - |
| YUV | 117.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 186 | 0.72 | 0.26 | 0 | 0.27 | 201.94 | 0.56 | 0.47 |
| Hex | 34 | 89 | BA | 48 | 1A | 0 | 1B | CA | 38 | 2F |
| Octal | 64 | 211 | 272 | 110 | 32 | 0 | 33 | 312 | 70 | 57 |
| Binary | 110100 | 10001001 | 10111010 | 1001000 | 11010 | 0 | 11011 | 11001010 | 111000 | 101111 |
Color Harmonies of #3489BA
Complementary color
Monochromatic Colors of #3489BA
Black with #3489BA
Text Example
Text Example
White with #3489BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3489BA; }
p { color: rgb(52,137,186); }
H1.HeaderClassName
{
color: #3489BA;
}
.AnyTagClassName
{
color: #3489BA;
}
</style>
background-color css
<style>
a { background-color: #3489BA; }
a { background-color: rgb(52,137,186); }
div.DivClassName
{
background-color: #3489BA;
}
.BgClassName
{
background-color: #3489BA;
}
</style>
border-color css
<style>
span { border-color: #3489BA; }
span { border-color: rgb(52,137,186); }
td.TdClassName
{
border-color: #3489BA;
}
.TagClassName
{
border-color: #3489BA;
}
</style>