Shades of Curious Blue #3785BB
Tints of Curious Blue #3785BB
RGB
CMYK
RGB Variations
Color information
#3785BB (or 0x3785BB) is known color: Curious Blue. HEX triplet: 37, 85 and BB. RGB value is (55,133,187). Sum of RGB (Red+Green+Blue) = 55+133+187=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #3785BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785BB is #C87A44. Grayscale: #737373. Windows color (decimal): -13138501 or 12289335. OLE color: 12289335.
HSL color Cylindrical-coordinate representation of color #3785BB: hue angle of 204.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3785BB is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 133 | 187 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.27 |
| HSL | 204.55º | 0.55% | 0.47% | - |
| HSV(B) | 204.55º | 0.71% | 0.73% | - |
| XYZ | 18.93 | 21.18 | 50.1 | - |
| YUV | 115.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 187 | 0.71 | 0.29 | 0 | 0.27 | 204.55 | 0.55 | 0.47 |
| Hex | 37 | 85 | BB | 47 | 1D | 0 | 1B | CD | 37 | 2F |
| Octal | 67 | 205 | 273 | 107 | 35 | 0 | 33 | 315 | 67 | 57 |
| Binary | 110111 | 10000101 | 10111011 | 1000111 | 11101 | 0 | 11011 | 11001101 | 110111 | 101111 |
Color Harmonies of #3785BB
Complementary color
Monochromatic Colors of #3785BB
Black with #3785BB
Text Example
Text Example
White with #3785BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785BB; }
p { color: rgb(55,133,187); }
H1.HeaderClassName
{
color: #3785BB;
}
.AnyTagClassName
{
color: #3785BB;
}
</style>
background-color css
<style>
a { background-color: #3785BB; }
a { background-color: rgb(55,133,187); }
div.DivClassName
{
background-color: #3785BB;
}
.BgClassName
{
background-color: #3785BB;
}
</style>
border-color css
<style>
span { border-color: #3785BB; }
span { border-color: rgb(55,133,187); }
td.TdClassName
{
border-color: #3785BB;
}
.TagClassName
{
border-color: #3785BB;
}
</style>