Shades of Curious Blue #3590BC
Tints of Curious Blue #3590BC
RGB
CMYK
RGB Variations
Color information
#3590BC (or 0x3590BC) is known color: Curious Blue. HEX triplet: 35, 90 and BC. RGB value is (53,144,188). Sum of RGB (Red+Green+Blue) = 53+144+188=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #3590BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3590BC is #CA6F43. Grayscale: #797979. Windows color (decimal): -13266756 or 12357685. OLE color: 12357685.
HSL color Cylindrical-coordinate representation of color #3590BC: hue angle of 199.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3590BC is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 144 | 188 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.26 |
| HSL | 199.56º | 0.56% | 0.47% | - |
| HSV(B) | 199.56º | 0.72% | 0.74% | - |
| XYZ | 20.52 | 24.33 | 51.19 | - |
| YUV | 121.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 188 | 0.72 | 0.23 | 0 | 0.26 | 199.56 | 0.56 | 0.47 |
| Hex | 35 | 90 | BC | 48 | 17 | 0 | 1A | C8 | 38 | 2F |
| Octal | 65 | 220 | 274 | 110 | 27 | 0 | 32 | 310 | 70 | 57 |
| Binary | 110101 | 10010000 | 10111100 | 1001000 | 10111 | 0 | 11010 | 11001000 | 111000 | 101111 |
Color Harmonies of #3590BC
Complementary color
Monochromatic Colors of #3590BC
Black with #3590BC
Text Example
Text Example
White with #3590BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3590BC; }
p { color: rgb(53,144,188); }
H1.HeaderClassName
{
color: #3590BC;
}
.AnyTagClassName
{
color: #3590BC;
}
</style>
background-color css
<style>
a { background-color: #3590BC; }
a { background-color: rgb(53,144,188); }
div.DivClassName
{
background-color: #3590BC;
}
.BgClassName
{
background-color: #3590BC;
}
</style>
border-color css
<style>
span { border-color: #3590BC; }
span { border-color: rgb(53,144,188); }
td.TdClassName
{
border-color: #3590BC;
}
.TagClassName
{
border-color: #3590BC;
}
</style>