Shades of Curious Blue #3586C3
Tints of Curious Blue #3586C3
RGB
CMYK
RGB Variations
Color information
#3586C3 (or 0x3586C3) is known color: Curious Blue. HEX triplet: 35, 86 and C3. RGB value is (53,134,195). Sum of RGB (Red+Green+Blue) = 53+134+195=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #3586C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586C3 is #CA793C. Grayscale: #747474. Windows color (decimal): -13269309 or 12813877. OLE color: 12813877.
HSL color Cylindrical-coordinate representation of color #3586C3: hue angle of 205.77º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3586C3 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 134 | 195 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.24 |
| HSL | 205.77º | 0.57% | 0.49% | - |
| HSV(B) | 205.77º | 0.73% | 0.76% | - |
| XYZ | 19.84 | 21.75 | 54.78 | - |
| YUV | 116.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 195 | 0.73 | 0.31 | 0 | 0.24 | 205.77 | 0.57 | 0.49 |
| Hex | 35 | 86 | C3 | 49 | 1F | 0 | 18 | CE | 39 | 31 |
| Octal | 65 | 206 | 303 | 111 | 37 | 0 | 30 | 316 | 71 | 61 |
| Binary | 110101 | 10000110 | 11000011 | 1001001 | 11111 | 0 | 11000 | 11001110 | 111001 | 110001 |
Color Harmonies of #3586C3
Complementary color
Monochromatic Colors of #3586C3
Black with #3586C3
Text Example
Text Example
White with #3586C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3586C3; }
p { color: rgb(53,134,195); }
H1.HeaderClassName
{
color: #3586C3;
}
.AnyTagClassName
{
color: #3586C3;
}
</style>
background-color css
<style>
a { background-color: #3586C3; }
a { background-color: rgb(53,134,195); }
div.DivClassName
{
background-color: #3586C3;
}
.BgClassName
{
background-color: #3586C3;
}
</style>
border-color css
<style>
span { border-color: #3586C3; }
span { border-color: rgb(53,134,195); }
td.TdClassName
{
border-color: #3586C3;
}
.TagClassName
{
border-color: #3586C3;
}
</style>