Shades of Curious Blue #3785DA
Tints of Curious Blue #3785DA
RGB
CMYK
RGB Variations
Color information
#3785DA (or 0x3785DA) is known color: Curious Blue. HEX triplet: 37, 85 and DA. RGB value is (55,133,218). Sum of RGB (Red+Green+Blue) = 55+133+218=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #3785DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785DA is #C87A25. Grayscale: #767676. Windows color (decimal): -13138470 or 14320951. OLE color: 14320951.
HSL color Cylindrical-coordinate representation of color #3785DA: hue angle of 211.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3785DA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 133 | 218 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.15 |
| HSL | 211.29º | 0.69% | 0.54% | - |
| HSV(B) | 211.29º | 0.75% | 0.85% | - |
| XYZ | 22.62 | 22.65 | 69.51 | - |
| YUV | 119.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 218 | 0.75 | 0.39 | 0 | 0.15 | 211.29 | 0.69 | 0.54 |
| Hex | 37 | 85 | DA | 4B | 27 | 0 | F | D3 | 45 | 36 |
| Octal | 67 | 205 | 332 | 113 | 47 | 0 | 17 | 323 | 105 | 66 |
| Binary | 110111 | 10000101 | 11011010 | 1001011 | 100111 | 0 | 1111 | 11010011 | 1000101 | 110110 |
Color Harmonies of #3785DA
Complementary color
Monochromatic Colors of #3785DA
Black with #3785DA
Text Example
Text Example
White with #3785DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785DA; }
p { color: rgb(55,133,218); }
H1.HeaderClassName
{
color: #3785DA;
}
.AnyTagClassName
{
color: #3785DA;
}
</style>
background-color css
<style>
a { background-color: #3785DA; }
a { background-color: rgb(55,133,218); }
div.DivClassName
{
background-color: #3785DA;
}
.BgClassName
{
background-color: #3785DA;
}
</style>
border-color css
<style>
span { border-color: #3785DA; }
span { border-color: rgb(55,133,218); }
td.TdClassName
{
border-color: #3785DA;
}
.TagClassName
{
border-color: #3785DA;
}
</style>