Shades of Curious Blue #3580BA
Tints of Curious Blue #3580BA
RGB
CMYK
RGB Variations
Color information
#3580BA (or 0x3580BA) is known color: Curious Blue. HEX triplet: 35, 80 and BA. RGB value is (53,128,186). Sum of RGB (Red+Green+Blue) = 53+128+186=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #3580BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580BA is #CA7F45. Grayscale: #6F6F6F. Windows color (decimal): -13270854 or 12222517. OLE color: 12222517.
HSL color Cylindrical-coordinate representation of color #3580BA: hue angle of 206.17º 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 #3580BA is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 128 | 186 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.27 |
| HSL | 206.17º | 0.56% | 0.47% | - |
| HSV(B) | 206.17º | 0.72% | 0.73% | - |
| XYZ | 18.05 | 19.74 | 49.31 | - |
| YUV | 112.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 186 | 0.72 | 0.31 | 0 | 0.27 | 206.17 | 0.56 | 0.47 |
| Hex | 35 | 80 | BA | 48 | 1F | 0 | 1B | CE | 38 | 2F |
| Octal | 65 | 200 | 272 | 110 | 37 | 0 | 33 | 316 | 70 | 57 |
| Binary | 110101 | 10000000 | 10111010 | 1001000 | 11111 | 0 | 11011 | 11001110 | 111000 | 101111 |
Color Harmonies of #3580BA
Complementary color
Monochromatic Colors of #3580BA
Black with #3580BA
Text Example
Text Example
White with #3580BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580BA; }
p { color: rgb(53,128,186); }
H1.HeaderClassName
{
color: #3580BA;
}
.AnyTagClassName
{
color: #3580BA;
}
</style>
background-color css
<style>
a { background-color: #3580BA; }
a { background-color: rgb(53,128,186); }
div.DivClassName
{
background-color: #3580BA;
}
.BgClassName
{
background-color: #3580BA;
}
</style>
border-color css
<style>
span { border-color: #3580BA; }
span { border-color: rgb(53,128,186); }
td.TdClassName
{
border-color: #3580BA;
}
.TagClassName
{
border-color: #3580BA;
}
</style>