Shades of Curious Blue #3591BF
Tints of Curious Blue #3591BF
RGB
CMYK
RGB Variations
Color information
#3591BF (or 0x3591BF) is known color: Curious Blue. HEX triplet: 35, 91 and BF. RGB value is (53,145,191). Sum of RGB (Red+Green+Blue) = 53+145+191=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3591BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3591BF is #CA6E40. Grayscale: #7A7A7A. Windows color (decimal): -13266497 or 12554549. OLE color: 12554549.
HSL color Cylindrical-coordinate representation of color #3591BF: hue angle of 200º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3591BF is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 145 | 191 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.25 |
| HSL | 200º | 0.57% | 0.48% | - |
| HSV(B) | 200º | 0.72% | 0.75% | - |
| XYZ | 21 | 24.77 | 52.96 | - |
| YUV | 122.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 191 | 0.72 | 0.24 | 0 | 0.25 | 200 | 0.57 | 0.48 |
| Hex | 35 | 91 | BF | 48 | 18 | 0 | 19 | C8 | 39 | 30 |
| Octal | 65 | 221 | 277 | 110 | 30 | 0 | 31 | 310 | 71 | 60 |
| Binary | 110101 | 10010001 | 10111111 | 1001000 | 11000 | 0 | 11001 | 11001000 | 111001 | 110000 |
Color Harmonies of #3591BF
Complementary color
Monochromatic Colors of #3591BF
Black with #3591BF
Text Example
Text Example
White with #3591BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3591BF; }
p { color: rgb(53,145,191); }
H1.HeaderClassName
{
color: #3591BF;
}
.AnyTagClassName
{
color: #3591BF;
}
</style>
background-color css
<style>
a { background-color: #3591BF; }
a { background-color: rgb(53,145,191); }
div.DivClassName
{
background-color: #3591BF;
}
.BgClassName
{
background-color: #3591BF;
}
</style>
border-color css
<style>
span { border-color: #3591BF; }
span { border-color: rgb(53,145,191); }
td.TdClassName
{
border-color: #3591BF;
}
.TagClassName
{
border-color: #3591BF;
}
</style>