Shades of Curious Blue #3585AC
Tints of Curious Blue #3585AC
RGB
CMYK
RGB Variations
Color information
#3585AC (or 0x3585AC) is known color: Curious Blue. HEX triplet: 35, 85 and AC. RGB value is (53,133,172). Sum of RGB (Red+Green+Blue) = 53+133+172=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3585AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3585AC is #CA7A53. Grayscale: #717171. Windows color (decimal): -13269588 or 11306293. OLE color: 11306293.
HSL color Cylindrical-coordinate representation of color #3585AC: hue angle of 199.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3585AC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 133 | 172 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.33 |
| HSL | 199.66º | 0.53% | 0.44% | - |
| HSV(B) | 199.66º | 0.69% | 0.67% | - |
| XYZ | 17.3 | 20.51 | 42.08 | - |
| YUV | 113.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 172 | 0.69 | 0.23 | 0 | 0.33 | 199.66 | 0.53 | 0.44 |
| Hex | 35 | 85 | AC | 45 | 17 | 0 | 21 | C8 | 35 | 2C |
| Octal | 65 | 205 | 254 | 105 | 27 | 0 | 41 | 310 | 65 | 54 |
| Binary | 110101 | 10000101 | 10101100 | 1000101 | 10111 | 0 | 100001 | 11001000 | 110101 | 101100 |
Color Harmonies of #3585AC
Complementary color
Monochromatic Colors of #3585AC
Black with #3585AC
Text Example
Text Example
White with #3585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585AC; }
p { color: rgb(53,133,172); }
H1.HeaderClassName
{
color: #3585AC;
}
.AnyTagClassName
{
color: #3585AC;
}
</style>
background-color css
<style>
a { background-color: #3585AC; }
a { background-color: rgb(53,133,172); }
div.DivClassName
{
background-color: #3585AC;
}
.BgClassName
{
background-color: #3585AC;
}
</style>
border-color css
<style>
span { border-color: #3585AC; }
span { border-color: rgb(53,133,172); }
td.TdClassName
{
border-color: #3585AC;
}
.TagClassName
{
border-color: #3585AC;
}
</style>