Shades of Curious Blue #3593B9
Tints of Curious Blue #3593B9
RGB
CMYK
RGB Variations
Color information
#3593B9 (or 0x3593B9) is known color: Curious Blue. HEX triplet: 35, 93 and B9. RGB value is (53,147,185). Sum of RGB (Red+Green+Blue) = 53+147+185=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #3593B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3593B9 is #CA6C46. Grayscale: #7A7A7A. Windows color (decimal): -13265991 or 12161845. OLE color: 12161845.
HSL color Cylindrical-coordinate representation of color #3593B9: hue angle of 197.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3593B9 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 147 | 185 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.27 |
| HSL | 197.27º | 0.55% | 0.47% | - |
| HSV(B) | 197.27º | 0.71% | 0.73% | - |
| XYZ | 20.66 | 25.13 | 49.66 | - |
| YUV | 123.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 185 | 0.71 | 0.21 | 0 | 0.27 | 197.27 | 0.55 | 0.47 |
| Hex | 35 | 93 | B9 | 47 | 15 | 0 | 1B | C5 | 37 | 2F |
| Octal | 65 | 223 | 271 | 107 | 25 | 0 | 33 | 305 | 67 | 57 |
| Binary | 110101 | 10010011 | 10111001 | 1000111 | 10101 | 0 | 11011 | 11000101 | 110111 | 101111 |
Color Harmonies of #3593B9
Complementary color
Monochromatic Colors of #3593B9
Black with #3593B9
Text Example
Text Example
White with #3593B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3593B9; }
p { color: rgb(53,147,185); }
H1.HeaderClassName
{
color: #3593B9;
}
.AnyTagClassName
{
color: #3593B9;
}
</style>
background-color css
<style>
a { background-color: #3593B9; }
a { background-color: rgb(53,147,185); }
div.DivClassName
{
background-color: #3593B9;
}
.BgClassName
{
background-color: #3593B9;
}
</style>
border-color css
<style>
span { border-color: #3593B9; }
span { border-color: rgb(53,147,185); }
td.TdClassName
{
border-color: #3593B9;
}
.TagClassName
{
border-color: #3593B9;
}
</style>