Shades of Curious Blue #3B7ECD
Tints of Curious Blue #3B7ECD
RGB
CMYK
RGB Variations
Color information
#3B7ECD (or 0x3B7ECD) is known color: Curious Blue. HEX triplet: 3B, 7E and CD. RGB value is (59,126,205). Sum of RGB (Red+Green+Blue) = 59+126+205=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B7ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ECD is #C48132. Grayscale: #727272. Windows color (decimal): -12878131 or 13467195. OLE color: 13467195.
HSL color Cylindrical-coordinate representation of color #3B7ECD: hue angle of 212.47º 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 #3B7ECD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 126 | 205 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.20 |
| HSL | 212.47º | 0.59% | 0.52% | - |
| HSV(B) | 212.47º | 0.71% | 0.8% | - |
| XYZ | 20.28 | 20.26 | 60.6 | - |
| YUV | 114.97 | 178.8 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 205 | 0.71 | 0.39 | 0 | 0.20 | 212.47 | 0.59 | 0.52 |
| Hex | 3B | 7E | CD | 47 | 27 | 0 | 14 | D4 | 3B | 34 |
| Octal | 73 | 176 | 315 | 107 | 47 | 0 | 24 | 324 | 73 | 64 |
| Binary | 111011 | 1111110 | 11001101 | 1000111 | 100111 | 0 | 10100 | 11010100 | 111011 | 110100 |
Color Harmonies of #3B7ECD
Complementary color
Monochromatic Colors of #3B7ECD
Black with #3B7ECD
Text Example
Text Example
White with #3B7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7ECD; }
p { color: rgb(59,126,205); }
H1.HeaderClassName
{
color: #3B7ECD;
}
.AnyTagClassName
{
color: #3B7ECD;
}
</style>
background-color css
<style>
a { background-color: #3B7ECD; }
a { background-color: rgb(59,126,205); }
div.DivClassName
{
background-color: #3B7ECD;
}
.BgClassName
{
background-color: #3B7ECD;
}
</style>
border-color css
<style>
span { border-color: #3B7ECD; }
span { border-color: rgb(59,126,205); }
td.TdClassName
{
border-color: #3B7ECD;
}
.TagClassName
{
border-color: #3B7ECD;
}
</style>