Shades of Curious Blue #3579BD
Tints of Curious Blue #3579BD
RGB
CMYK
RGB Variations
Color information
#3579BD (or 0x3579BD) is known color: Curious Blue. HEX triplet: 35, 79 and BD. RGB value is (53,121,189). Sum of RGB (Red+Green+Blue) = 53+121+189=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #3579BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3579BD is #CA8642. Grayscale: #6C6C6C. Windows color (decimal): -13272643 or 12417333. OLE color: 12417333.
HSL color Cylindrical-coordinate representation of color #3579BD: hue angle of 210º 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 #3579BD is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 121 | 189 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.26 |
| HSL | 210º | 0.56% | 0.47% | - |
| HSV(B) | 210º | 0.72% | 0.74% | - |
| XYZ | 17.49 | 18.11 | 50.72 | - |
| YUV | 108.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 189 | 0.72 | 0.36 | 0 | 0.26 | 210 | 0.56 | 0.47 |
| Hex | 35 | 79 | BD | 48 | 24 | 0 | 1A | D2 | 38 | 2F |
| Octal | 65 | 171 | 275 | 110 | 44 | 0 | 32 | 322 | 70 | 57 |
| Binary | 110101 | 1111001 | 10111101 | 1001000 | 100100 | 0 | 11010 | 11010010 | 111000 | 101111 |
Color Harmonies of #3579BD
Complementary color
Monochromatic Colors of #3579BD
Black with #3579BD
Text Example
Text Example
White with #3579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3579BD; }
p { color: rgb(53,121,189); }
H1.HeaderClassName
{
color: #3579BD;
}
.AnyTagClassName
{
color: #3579BD;
}
</style>
background-color css
<style>
a { background-color: #3579BD; }
a { background-color: rgb(53,121,189); }
div.DivClassName
{
background-color: #3579BD;
}
.BgClassName
{
background-color: #3579BD;
}
</style>
border-color css
<style>
span { border-color: #3579BD; }
span { border-color: rgb(53,121,189); }
td.TdClassName
{
border-color: #3579BD;
}
.TagClassName
{
border-color: #3579BD;
}
</style>