Shades of Curious Blue #3579B9
Tints of Curious Blue #3579B9
RGB
CMYK
RGB Variations
Color information
#3579B9 (or 0x3579B9) is known color: Curious Blue. HEX triplet: 35, 79 and B9. RGB value is (53,121,185). Sum of RGB (Red+Green+Blue) = 53+121+185=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #3579B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579B9 is #CA8646. Grayscale: #6B6B6B. Windows color (decimal): -13272647 or 12155189. OLE color: 12155189.
HSL color Cylindrical-coordinate representation of color #3579B9: hue angle of 209.09º 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 #3579B9 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 121 | 185 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.27 |
| HSL | 209.09º | 0.55% | 0.47% | - |
| HSV(B) | 209.09º | 0.71% | 0.73% | - |
| XYZ | 17.06 | 17.93 | 48.46 | - |
| YUV | 107.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 185 | 0.71 | 0.35 | 0 | 0.27 | 209.09 | 0.55 | 0.47 |
| Hex | 35 | 79 | B9 | 47 | 23 | 0 | 1B | D1 | 37 | 2F |
| Octal | 65 | 171 | 271 | 107 | 43 | 0 | 33 | 321 | 67 | 57 |
| Binary | 110101 | 1111001 | 10111001 | 1000111 | 100011 | 0 | 11011 | 11010001 | 110111 | 101111 |
Color Harmonies of #3579B9
Complementary color
Monochromatic Colors of #3579B9
Black with #3579B9
Text Example
Text Example
White with #3579B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579B9; }
p { color: rgb(53,121,185); }
H1.HeaderClassName
{
color: #3579B9;
}
.AnyTagClassName
{
color: #3579B9;
}
</style>
background-color css
<style>
a { background-color: #3579B9; }
a { background-color: rgb(53,121,185); }
div.DivClassName
{
background-color: #3579B9;
}
.BgClassName
{
background-color: #3579B9;
}
</style>
border-color css
<style>
span { border-color: #3579B9; }
span { border-color: rgb(53,121,185); }
td.TdClassName
{
border-color: #3579B9;
}
.TagClassName
{
border-color: #3579B9;
}
</style>