Shades of Curious Blue #3585CB
Tints of Curious Blue #3585CB
RGB
CMYK
RGB Variations
Color information
#3585CB (or 0x3585CB) is known color: Curious Blue. HEX triplet: 35, 85 and CB. RGB value is (53,133,203). Sum of RGB (Red+Green+Blue) = 53+133+203=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3585CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585CB is #CA7A34. Grayscale: #747474. Windows color (decimal): -13269557 or 13337909. OLE color: 13337909.
HSL color Cylindrical-coordinate representation of color #3585CB: hue angle of 208º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3585CB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 133 | 203 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.20 |
| HSL | 208º | 0.59% | 0.5% | - |
| HSV(B) | 208º | 0.74% | 0.8% | - |
| XYZ | 20.64 | 21.84 | 59.63 | - |
| YUV | 117.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 203 | 0.74 | 0.34 | 0 | 0.20 | 208 | 0.59 | 0.5 |
| Hex | 35 | 85 | CB | 4A | 22 | 0 | 14 | D0 | 3B | 32 |
| Octal | 65 | 205 | 313 | 112 | 42 | 0 | 24 | 320 | 73 | 62 |
| Binary | 110101 | 10000101 | 11001011 | 1001010 | 100010 | 0 | 10100 | 11010000 | 111011 | 110010 |
Color Harmonies of #3585CB
Complementary color
Monochromatic Colors of #3585CB
Black with #3585CB
Text Example
Text Example
White with #3585CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3585CB; }
p { color: rgb(53,133,203); }
H1.HeaderClassName
{
color: #3585CB;
}
.AnyTagClassName
{
color: #3585CB;
}
</style>
background-color css
<style>
a { background-color: #3585CB; }
a { background-color: rgb(53,133,203); }
div.DivClassName
{
background-color: #3585CB;
}
.BgClassName
{
background-color: #3585CB;
}
</style>
border-color css
<style>
span { border-color: #3585CB; }
span { border-color: rgb(53,133,203); }
td.TdClassName
{
border-color: #3585CB;
}
.TagClassName
{
border-color: #3585CB;
}
</style>