Shades of Curious Blue #3B7DCD
Tints of Curious Blue #3B7DCD
RGB
CMYK
RGB Variations
Color information
#3B7DCD (or 0x3B7DCD) is known color: Curious Blue. HEX triplet: 3B, 7D and CD. RGB value is (59,125,205). Sum of RGB (Red+Green+Blue) = 59+125+205=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B7DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DCD is #C48232. Grayscale: #727272. Windows color (decimal): -12878387 or 13466939. OLE color: 13466939.
HSL color Cylindrical-coordinate representation of color #3B7DCD: hue angle of 212.88º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B7DCD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 125 | 205 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.20 |
| HSL | 212.88º | 0.59% | 0.52% | - |
| HSV(B) | 212.88º | 0.71% | 0.8% | - |
| XYZ | 20.16 | 20 | 60.56 | - |
| YUV | 114.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 205 | 0.71 | 0.39 | 0 | 0.20 | 212.88 | 0.59 | 0.52 |
| Hex | 3B | 7D | CD | 47 | 27 | 0 | 14 | D5 | 3B | 34 |
| Octal | 73 | 175 | 315 | 107 | 47 | 0 | 24 | 325 | 73 | 64 |
| Binary | 111011 | 1111101 | 11001101 | 1000111 | 100111 | 0 | 10100 | 11010101 | 111011 | 110100 |
Color Harmonies of #3B7DCD
Complementary color
Monochromatic Colors of #3B7DCD
Black with #3B7DCD
Text Example
Text Example
White with #3B7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7DCD; }
p { color: rgb(59,125,205); }
H1.HeaderClassName
{
color: #3B7DCD;
}
.AnyTagClassName
{
color: #3B7DCD;
}
</style>
background-color css
<style>
a { background-color: #3B7DCD; }
a { background-color: rgb(59,125,205); }
div.DivClassName
{
background-color: #3B7DCD;
}
.BgClassName
{
background-color: #3B7DCD;
}
</style>
border-color css
<style>
span { border-color: #3B7DCD; }
span { border-color: rgb(59,125,205); }
td.TdClassName
{
border-color: #3B7DCD;
}
.TagClassName
{
border-color: #3B7DCD;
}
</style>