Shades of Curious Blue #3585BD
Tints of Curious Blue #3585BD
RGB
CMYK
RGB Variations
Color information
#3585BD (or 0x3585BD) is known color: Curious Blue. HEX triplet: 35, 85 and BD. RGB value is (53,133,189). Sum of RGB (Red+Green+Blue) = 53+133+189=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3585BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585BD is #CA7A42. Grayscale: #737373. Windows color (decimal): -13269571 or 12420405. OLE color: 12420405.
HSL color Cylindrical-coordinate representation of color #3585BD: hue angle of 204.71º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3585BD is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 133 | 189 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.26 |
| HSL | 204.71º | 0.56% | 0.47% | - |
| HSV(B) | 204.71º | 0.72% | 0.74% | - |
| XYZ | 19.04 | 21.21 | 51.23 | - |
| YUV | 115.46 | 169.5 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 189 | 0.72 | 0.30 | 0 | 0.26 | 204.71 | 0.56 | 0.47 |
| Hex | 35 | 85 | BD | 48 | 1E | 0 | 1A | CD | 38 | 2F |
| Octal | 65 | 205 | 275 | 110 | 36 | 0 | 32 | 315 | 70 | 57 |
| Binary | 110101 | 10000101 | 10111101 | 1001000 | 11110 | 0 | 11010 | 11001101 | 111000 | 101111 |
Color Harmonies of #3585BD
Complementary color
Monochromatic Colors of #3585BD
Black with #3585BD
Text Example
Text Example
White with #3585BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585BD; }
p { color: rgb(53,133,189); }
H1.HeaderClassName
{
color: #3585BD;
}
.AnyTagClassName
{
color: #3585BD;
}
</style>
background-color css
<style>
a { background-color: #3585BD; }
a { background-color: rgb(53,133,189); }
div.DivClassName
{
background-color: #3585BD;
}
.BgClassName
{
background-color: #3585BD;
}
</style>
border-color css
<style>
span { border-color: #3585BD; }
span { border-color: rgb(53,133,189); }
td.TdClassName
{
border-color: #3585BD;
}
.TagClassName
{
border-color: #3585BD;
}
</style>