Shades of Curious Blue #3592BA
Tints of Curious Blue #3592BA
RGB
CMYK
RGB Variations
Color information
#3592BA (or 0x3592BA) is known color: Curious Blue. HEX triplet: 35, 92 and BA. RGB value is (53,146,186). Sum of RGB (Red+Green+Blue) = 53+146+186=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3592BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592BA is #CA6D45. Grayscale: #7A7A7A. Windows color (decimal): -13266246 or 12227125. OLE color: 12227125.
HSL color Cylindrical-coordinate representation of color #3592BA: hue angle of 198.05º 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 #3592BA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 146 | 186 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.27 |
| HSL | 198.05º | 0.56% | 0.47% | - |
| HSV(B) | 198.05º | 0.72% | 0.73% | - |
| XYZ | 20.61 | 24.86 | 50.17 | - |
| YUV | 122.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 186 | 0.72 | 0.22 | 0 | 0.27 | 198.05 | 0.56 | 0.47 |
| Hex | 35 | 92 | BA | 48 | 16 | 0 | 1B | C6 | 38 | 2F |
| Octal | 65 | 222 | 272 | 110 | 26 | 0 | 33 | 306 | 70 | 57 |
| Binary | 110101 | 10010010 | 10111010 | 1001000 | 10110 | 0 | 11011 | 11000110 | 111000 | 101111 |
Color Harmonies of #3592BA
Complementary color
Monochromatic Colors of #3592BA
Black with #3592BA
Text Example
Text Example
White with #3592BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3592BA; }
p { color: rgb(53,146,186); }
H1.HeaderClassName
{
color: #3592BA;
}
.AnyTagClassName
{
color: #3592BA;
}
</style>
background-color css
<style>
a { background-color: #3592BA; }
a { background-color: rgb(53,146,186); }
div.DivClassName
{
background-color: #3592BA;
}
.BgClassName
{
background-color: #3592BA;
}
</style>
border-color css
<style>
span { border-color: #3592BA; }
span { border-color: rgb(53,146,186); }
td.TdClassName
{
border-color: #3592BA;
}
.TagClassName
{
border-color: #3592BA;
}
</style>