Shades of Curious Blue #3785CF
Tints of Curious Blue #3785CF
RGB
CMYK
RGB Variations
Color information
#3785CF (or 0x3785CF) is known color: Curious Blue. HEX triplet: 37, 85 and CF. RGB value is (55,133,207). Sum of RGB (Red+Green+Blue) = 55+133+207=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #3785CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CF is #C87A30. Grayscale: #757575. Windows color (decimal): -13138481 or 13600055. OLE color: 13600055.
HSL color Cylindrical-coordinate representation of color #3785CF: hue angle of 209.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3785CF is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 133 | 207 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.19 |
| HSL | 209.21º | 0.61% | 0.51% | - |
| HSV(B) | 209.21º | 0.73% | 0.81% | - |
| XYZ | 21.23 | 22.09 | 62.18 | - |
| YUV | 118.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 207 | 0.73 | 0.36 | 0 | 0.19 | 209.21 | 0.61 | 0.51 |
| Hex | 37 | 85 | CF | 49 | 24 | 0 | 13 | D1 | 3D | 33 |
| Octal | 67 | 205 | 317 | 111 | 44 | 0 | 23 | 321 | 75 | 63 |
| Binary | 110111 | 10000101 | 11001111 | 1001001 | 100100 | 0 | 10011 | 11010001 | 111101 | 110011 |
Color Harmonies of #3785CF
Complementary color
Monochromatic Colors of #3785CF
Black with #3785CF
Text Example
Text Example
White with #3785CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785CF; }
p { color: rgb(55,133,207); }
H1.HeaderClassName
{
color: #3785CF;
}
.AnyTagClassName
{
color: #3785CF;
}
</style>
background-color css
<style>
a { background-color: #3785CF; }
a { background-color: rgb(55,133,207); }
div.DivClassName
{
background-color: #3785CF;
}
.BgClassName
{
background-color: #3785CF;
}
</style>
border-color css
<style>
span { border-color: #3785CF; }
span { border-color: rgb(55,133,207); }
td.TdClassName
{
border-color: #3785CF;
}
.TagClassName
{
border-color: #3785CF;
}
</style>