Shades of Curious Blue #3576B6
Tints of Curious Blue #3576B6
RGB
CMYK
RGB Variations
Color information
#3576B6 (or 0x3576B6) is known color: Curious Blue. HEX triplet: 35, 76 and B6. RGB value is (53,118,182). Sum of RGB (Red+Green+Blue) = 53+118+182=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #3576B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3576B6 is #CA8949. Grayscale: #696969. Windows color (decimal): -13273418 or 11957813. OLE color: 11957813.
HSL color Cylindrical-coordinate representation of color #3576B6: hue angle of 209.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3576B6 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 118 | 182 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.29 |
| HSL | 209.77º | 0.55% | 0.46% | - |
| HSV(B) | 209.77º | 0.71% | 0.71% | - |
| XYZ | 16.39 | 17.09 | 46.69 | - |
| YUV | 105.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 182 | 0.71 | 0.35 | 0 | 0.29 | 209.77 | 0.55 | 0.46 |
| Hex | 35 | 76 | B6 | 47 | 23 | 0 | 1D | D2 | 37 | 2E |
| Octal | 65 | 166 | 266 | 107 | 43 | 0 | 35 | 322 | 67 | 56 |
| Binary | 110101 | 1110110 | 10110110 | 1000111 | 100011 | 0 | 11101 | 11010010 | 110111 | 101110 |
Color Harmonies of #3576B6
Complementary color
Monochromatic Colors of #3576B6
Black with #3576B6
Text Example
Text Example
White with #3576B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3576B6; }
p { color: rgb(53,118,182); }
H1.HeaderClassName
{
color: #3576B6;
}
.AnyTagClassName
{
color: #3576B6;
}
</style>
background-color css
<style>
a { background-color: #3576B6; }
a { background-color: rgb(53,118,182); }
div.DivClassName
{
background-color: #3576B6;
}
.BgClassName
{
background-color: #3576B6;
}
</style>
border-color css
<style>
span { border-color: #3576B6; }
span { border-color: rgb(53,118,182); }
td.TdClassName
{
border-color: #3576B6;
}
.TagClassName
{
border-color: #3576B6;
}
</style>