Shades of Curious Blue #3586CE
Tints of Curious Blue #3586CE
RGB
CMYK
RGB Variations
Color information
#3586CE (or 0x3586CE) is known color: Curious Blue. HEX triplet: 35, 86 and CE. RGB value is (53,134,206). Sum of RGB (Red+Green+Blue) = 53+134+206=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3586CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586CE is #CA7931. Grayscale: #757575. Windows color (decimal): -13269298 or 13534773. OLE color: 13534773.
HSL color Cylindrical-coordinate representation of color #3586CE: hue angle of 208.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3586CE is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 134 | 206 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.19 |
| HSL | 208.24º | 0.61% | 0.51% | - |
| HSV(B) | 208.24º | 0.74% | 0.81% | - |
| XYZ | 21.13 | 22.26 | 61.58 | - |
| YUV | 117.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 134 | 206 | 0.74 | 0.35 | 0 | 0.19 | 208.24 | 0.61 | 0.51 |
| Hex | 35 | 86 | CE | 4A | 23 | 0 | 13 | D0 | 3D | 33 |
| Octal | 65 | 206 | 316 | 112 | 43 | 0 | 23 | 320 | 75 | 63 |
| Binary | 110101 | 10000110 | 11001110 | 1001010 | 100011 | 0 | 10011 | 11010000 | 111101 | 110011 |
Color Harmonies of #3586CE
Complementary color
Monochromatic Colors of #3586CE
Black with #3586CE
Text Example
Text Example
White with #3586CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3586CE; }
p { color: rgb(53,134,206); }
H1.HeaderClassName
{
color: #3586CE;
}
.AnyTagClassName
{
color: #3586CE;
}
</style>
background-color css
<style>
a { background-color: #3586CE; }
a { background-color: rgb(53,134,206); }
div.DivClassName
{
background-color: #3586CE;
}
.BgClassName
{
background-color: #3586CE;
}
</style>
border-color css
<style>
span { border-color: #3586CE; }
span { border-color: rgb(53,134,206); }
td.TdClassName
{
border-color: #3586CE;
}
.TagClassName
{
border-color: #3586CE;
}
</style>