Shades of Curious Blue #3D87BD
Tints of Curious Blue #3D87BD
RGB
CMYK
RGB Variations
Color information
#3D87BD (or 0x3D87BD) is known color: Curious Blue. HEX triplet: 3D, 87 and BD. RGB value is (61,135,189). Sum of RGB (Red+Green+Blue) = 61+135+189=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D87BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D87BD is #C27842. Grayscale: #767676. Windows color (decimal): -12744771 or 12420925. OLE color: 12420925.
HSL color Cylindrical-coordinate representation of color #3D87BD: hue angle of 205.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D87BD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 135 | 189 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.26 |
| HSL | 205.31º | 0.51% | 0.49% | - |
| HSV(B) | 205.31º | 0.68% | 0.74% | - |
| XYZ | 19.77 | 21.99 | 51.35 | - |
| YUV | 119.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 189 | 0.68 | 0.29 | 0 | 0.26 | 205.31 | 0.51 | 0.49 |
| Hex | 3D | 87 | BD | 44 | 1D | 0 | 1A | CD | 33 | 31 |
| Octal | 75 | 207 | 275 | 104 | 35 | 0 | 32 | 315 | 63 | 61 |
| Binary | 111101 | 10000111 | 10111101 | 1000100 | 11101 | 0 | 11010 | 11001101 | 110011 | 110001 |
Color Harmonies of #3D87BD
Complementary color
Monochromatic Colors of #3D87BD
Black with #3D87BD
Text Example
Text Example
White with #3D87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D87BD; }
p { color: rgb(61,135,189); }
H1.HeaderClassName
{
color: #3D87BD;
}
.AnyTagClassName
{
color: #3D87BD;
}
</style>
background-color css
<style>
a { background-color: #3D87BD; }
a { background-color: rgb(61,135,189); }
div.DivClassName
{
background-color: #3D87BD;
}
.BgClassName
{
background-color: #3D87BD;
}
</style>
border-color css
<style>
span { border-color: #3D87BD; }
span { border-color: rgb(61,135,189); }
td.TdClassName
{
border-color: #3D87BD;
}
.TagClassName
{
border-color: #3D87BD;
}
</style>