Shades of Curious Blue #3585CF
Tints of Curious Blue #3585CF
RGB
CMYK
RGB Variations
Color information
#3585CF (or 0x3585CF) is known color: Curious Blue. HEX triplet: 35, 85 and CF. RGB value is (53,133,207). Sum of RGB (Red+Green+Blue) = 53+133+207=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #3585CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585CF is #CA7A30. Grayscale: #757575. Windows color (decimal): -13269553 or 13600053. OLE color: 13600053.
HSL color Cylindrical-coordinate representation of color #3585CF: hue angle of 208.83º degrees, saturation: 0.62, 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 #3585CF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 133 | 207 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.19 |
| HSL | 208.83º | 0.62% | 0.51% | - |
| HSV(B) | 208.83º | 0.74% | 0.81% | - |
| XYZ | 21.12 | 22.04 | 62.17 | - |
| YUV | 117.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 207 | 0.74 | 0.36 | 0 | 0.19 | 208.83 | 0.62 | 0.51 |
| Hex | 35 | 85 | CF | 4A | 24 | 0 | 13 | D1 | 3E | 33 |
| Octal | 65 | 205 | 317 | 112 | 44 | 0 | 23 | 321 | 76 | 63 |
| Binary | 110101 | 10000101 | 11001111 | 1001010 | 100100 | 0 | 10011 | 11010001 | 111110 | 110011 |
Color Harmonies of #3585CF
Complementary color
Monochromatic Colors of #3585CF
Black with #3585CF
Text Example
Text Example
White with #3585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585CF; }
p { color: rgb(53,133,207); }
H1.HeaderClassName
{
color: #3585CF;
}
.AnyTagClassName
{
color: #3585CF;
}
</style>
background-color css
<style>
a { background-color: #3585CF; }
a { background-color: rgb(53,133,207); }
div.DivClassName
{
background-color: #3585CF;
}
.BgClassName
{
background-color: #3585CF;
}
</style>
border-color css
<style>
span { border-color: #3585CF; }
span { border-color: rgb(53,133,207); }
td.TdClassName
{
border-color: #3585CF;
}
.TagClassName
{
border-color: #3585CF;
}
</style>