Shades of Curious Blue #3491BA
Tints of Curious Blue #3491BA
RGB
CMYK
RGB Variations
Color information
#3491BA (or 0x3491BA) is known color: Curious Blue. HEX triplet: 34, 91 and BA. RGB value is (52,145,186). Sum of RGB (Red+Green+Blue) = 52+145+186=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #3491BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491BA is #CB6E45. Grayscale: #797979. Windows color (decimal): -13332038 or 12226868. OLE color: 12226868.
HSL color Cylindrical-coordinate representation of color #3491BA: hue angle of 198.36º 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 #3491BA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 145 | 186 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.27 |
| HSL | 198.36º | 0.56% | 0.47% | - |
| HSV(B) | 198.36º | 0.72% | 0.73% | - |
| XYZ | 20.4 | 24.53 | 50.11 | - |
| YUV | 121.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 186 | 0.72 | 0.22 | 0 | 0.27 | 198.36 | 0.56 | 0.47 |
| Hex | 34 | 91 | BA | 48 | 16 | 0 | 1B | C6 | 38 | 2F |
| Octal | 64 | 221 | 272 | 110 | 26 | 0 | 33 | 306 | 70 | 57 |
| Binary | 110100 | 10010001 | 10111010 | 1001000 | 10110 | 0 | 11011 | 11000110 | 111000 | 101111 |
Color Harmonies of #3491BA
Complementary color
Monochromatic Colors of #3491BA
Black with #3491BA
Text Example
Text Example
White with #3491BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3491BA; }
p { color: rgb(52,145,186); }
H1.HeaderClassName
{
color: #3491BA;
}
.AnyTagClassName
{
color: #3491BA;
}
</style>
background-color css
<style>
a { background-color: #3491BA; }
a { background-color: rgb(52,145,186); }
div.DivClassName
{
background-color: #3491BA;
}
.BgClassName
{
background-color: #3491BA;
}
</style>
border-color css
<style>
span { border-color: #3491BA; }
span { border-color: rgb(52,145,186); }
td.TdClassName
{
border-color: #3491BA;
}
.TagClassName
{
border-color: #3491BA;
}
</style>