Shades of Curious Blue #3785CE
Tints of Curious Blue #3785CE
RGB
CMYK
RGB Variations
Color information
#3785CE (or 0x3785CE) is known color: Curious Blue. HEX triplet: 37, 85 and CE. RGB value is (55,133,206). Sum of RGB (Red+Green+Blue) = 55+133+206=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #3785CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CE is #C87A31. Grayscale: #757575. Windows color (decimal): -13138482 or 13534519. OLE color: 13534519.
HSL color Cylindrical-coordinate representation of color #3785CE: hue angle of 209.01º 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 #3785CE is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 133 | 206 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.19 |
| HSL | 209.01º | 0.61% | 0.51% | - |
| HSV(B) | 209.01º | 0.73% | 0.81% | - |
| XYZ | 21.1 | 22.04 | 61.54 | - |
| YUV | 118 | 177.66 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 206 | 0.73 | 0.35 | 0 | 0.19 | 209.01 | 0.61 | 0.51 |
| Hex | 37 | 85 | CE | 49 | 23 | 0 | 13 | D1 | 3D | 33 |
| Octal | 67 | 205 | 316 | 111 | 43 | 0 | 23 | 321 | 75 | 63 |
| Binary | 110111 | 10000101 | 11001110 | 1001001 | 100011 | 0 | 10011 | 11010001 | 111101 | 110011 |
Color Harmonies of #3785CE
Complementary color
Monochromatic Colors of #3785CE
Black with #3785CE
Text Example
Text Example
White with #3785CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785CE; }
p { color: rgb(55,133,206); }
H1.HeaderClassName
{
color: #3785CE;
}
.AnyTagClassName
{
color: #3785CE;
}
</style>
background-color css
<style>
a { background-color: #3785CE; }
a { background-color: rgb(55,133,206); }
div.DivClassName
{
background-color: #3785CE;
}
.BgClassName
{
background-color: #3785CE;
}
</style>
border-color css
<style>
span { border-color: #3785CE; }
span { border-color: rgb(55,133,206); }
td.TdClassName
{
border-color: #3785CE;
}
.TagClassName
{
border-color: #3785CE;
}
</style>