Shades of Curious Blue #3785BE
Tints of Curious Blue #3785BE
RGB
CMYK
RGB Variations
Color information
#3785BE (or 0x3785BE) is known color: Curious Blue. HEX triplet: 37, 85 and BE. RGB value is (55,133,190). Sum of RGB (Red+Green+Blue) = 55+133+190=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3785BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785BE is #C87A41. Grayscale: #737373. Windows color (decimal): -13138498 or 12485943. OLE color: 12485943.
HSL color Cylindrical-coordinate representation of color #3785BE: hue angle of 205.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3785BE is Cyan = 0.71, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 133 | 190 | - |
| CMYK | 0.71 | 0.3 | 0 | 0.25 |
| HSL | 205.33º | 0.55% | 0.48% | - |
| HSV(B) | 205.33º | 0.71% | 0.75% | - |
| XYZ | 19.26 | 21.3 | 51.81 | - |
| YUV | 116.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 190 | 0.71 | 0.3 | 0 | 0.25 | 205.33 | 0.55 | 0.48 |
| Hex | 37 | 85 | BE | 47 | 1E | 0 | 19 | CD | 37 | 30 |
| Octal | 67 | 205 | 276 | 107 | 36 | 0 | 31 | 315 | 67 | 60 |
| Binary | 110111 | 10000101 | 10111110 | 1000111 | 11110 | 0 | 11001 | 11001101 | 110111 | 110000 |
Color Harmonies of #3785BE
Complementary color
Monochromatic Colors of #3785BE
Black with #3785BE
Text Example
Text Example
White with #3785BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785BE; }
p { color: rgb(55,133,190); }
H1.HeaderClassName
{
color: #3785BE;
}
.AnyTagClassName
{
color: #3785BE;
}
</style>
background-color css
<style>
a { background-color: #3785BE; }
a { background-color: rgb(55,133,190); }
div.DivClassName
{
background-color: #3785BE;
}
.BgClassName
{
background-color: #3785BE;
}
</style>
border-color css
<style>
span { border-color: #3785BE; }
span { border-color: rgb(55,133,190); }
td.TdClassName
{
border-color: #3785BE;
}
.TagClassName
{
border-color: #3785BE;
}
</style>