Shades of Curious Blue #3D85BA
Tints of Curious Blue #3D85BA
RGB
CMYK
RGB Variations
Color information
#3D85BA (or 0x3D85BA) is known color: Curious Blue. HEX triplet: 3D, 85 and BA. RGB value is (61,133,186). Sum of RGB (Red+Green+Blue) = 61+133+186=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D85BA is #C27A45. Grayscale: #757575. Windows color (decimal): -12745286 or 12223805. OLE color: 12223805.
HSL color Cylindrical-coordinate representation of color #3D85BA: hue angle of 205.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D85BA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 133 | 186 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.27 |
| HSL | 205.44º | 0.51% | 0.48% | - |
| HSV(B) | 205.44º | 0.67% | 0.73% | - |
| XYZ | 19.17 | 21.31 | 49.56 | - |
| YUV | 117.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 186 | 0.67 | 0.28 | 0 | 0.27 | 205.44 | 0.51 | 0.48 |
| Hex | 3D | 85 | BA | 43 | 1C | 0 | 1B | CD | 33 | 30 |
| Octal | 75 | 205 | 272 | 103 | 34 | 0 | 33 | 315 | 63 | 60 |
| Binary | 111101 | 10000101 | 10111010 | 1000011 | 11100 | 0 | 11011 | 11001101 | 110011 | 110000 |
Color Harmonies of #3D85BA
Complementary color
Monochromatic Colors of #3D85BA
Black with #3D85BA
Text Example
Text Example
White with #3D85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D85BA; }
p { color: rgb(61,133,186); }
H1.HeaderClassName
{
color: #3D85BA;
}
.AnyTagClassName
{
color: #3D85BA;
}
</style>
background-color css
<style>
a { background-color: #3D85BA; }
a { background-color: rgb(61,133,186); }
div.DivClassName
{
background-color: #3D85BA;
}
.BgClassName
{
background-color: #3D85BA;
}
</style>
border-color css
<style>
span { border-color: #3D85BA; }
span { border-color: rgb(61,133,186); }
td.TdClassName
{
border-color: #3D85BA;
}
.TagClassName
{
border-color: #3D85BA;
}
</style>