Shades of Curious Blue #3579BB
Tints of Curious Blue #3579BB
RGB
CMYK
RGB Variations
Color information
#3579BB (or 0x3579BB) is known color: Curious Blue. HEX triplet: 35, 79 and BB. RGB value is (53,121,187). Sum of RGB (Red+Green+Blue) = 53+121+187=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #3579BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579BB is #CA8644. Grayscale: #6B6B6B. Windows color (decimal): -13272645 or 12286261. OLE color: 12286261.
HSL color Cylindrical-coordinate representation of color #3579BB: hue angle of 209.55º 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 #3579BB is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 121 | 187 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.27 |
| HSL | 209.55º | 0.56% | 0.47% | - |
| HSV(B) | 209.55º | 0.72% | 0.73% | - |
| XYZ | 17.28 | 18.02 | 49.58 | - |
| YUV | 108.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 187 | 0.72 | 0.35 | 0 | 0.27 | 209.55 | 0.56 | 0.47 |
| Hex | 35 | 79 | BB | 48 | 23 | 0 | 1B | D2 | 38 | 2F |
| Octal | 65 | 171 | 273 | 110 | 43 | 0 | 33 | 322 | 70 | 57 |
| Binary | 110101 | 1111001 | 10111011 | 1001000 | 100011 | 0 | 11011 | 11010010 | 111000 | 101111 |
Color Harmonies of #3579BB
Complementary color
Monochromatic Colors of #3579BB
Black with #3579BB
Text Example
Text Example
White with #3579BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579BB; }
p { color: rgb(53,121,187); }
H1.HeaderClassName
{
color: #3579BB;
}
.AnyTagClassName
{
color: #3579BB;
}
</style>
background-color css
<style>
a { background-color: #3579BB; }
a { background-color: rgb(53,121,187); }
div.DivClassName
{
background-color: #3579BB;
}
.BgClassName
{
background-color: #3579BB;
}
</style>
border-color css
<style>
span { border-color: #3579BB; }
span { border-color: rgb(53,121,187); }
td.TdClassName
{
border-color: #3579BB;
}
.TagClassName
{
border-color: #3579BB;
}
</style>