Shades of Curious Blue #3C7EBE
Tints of Curious Blue #3C7EBE
RGB
CMYK
RGB Variations
Color information
#3C7EBE (or 0x3C7EBE) is known color: Curious Blue. HEX triplet: 3C, 7E and BE. RGB value is (60,126,190). Sum of RGB (Red+Green+Blue) = 60+126+190=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7EBE is #C38141. Grayscale: #717171. Windows color (decimal): -12812610 or 12484156. OLE color: 12484156.
HSL color Cylindrical-coordinate representation of color #3C7EBE: hue angle of 209.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C7EBE is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 126 | 190 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.25 |
| HSL | 209.54º | 0.52% | 0.49% | - |
| HSV(B) | 209.54º | 0.68% | 0.75% | - |
| XYZ | 18.62 | 19.6 | 51.52 | - |
| YUV | 113.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 190 | 0.68 | 0.34 | 0 | 0.25 | 209.54 | 0.52 | 0.49 |
| Hex | 3C | 7E | BE | 44 | 22 | 0 | 19 | D2 | 34 | 31 |
| Octal | 74 | 176 | 276 | 104 | 42 | 0 | 31 | 322 | 64 | 61 |
| Binary | 111100 | 1111110 | 10111110 | 1000100 | 100010 | 0 | 11001 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7EBE
Complementary color
Monochromatic Colors of #3C7EBE
Black with #3C7EBE
Text Example
Text Example
White with #3C7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7EBE; }
p { color: rgb(60,126,190); }
H1.HeaderClassName
{
color: #3C7EBE;
}
.AnyTagClassName
{
color: #3C7EBE;
}
</style>
background-color css
<style>
a { background-color: #3C7EBE; }
a { background-color: rgb(60,126,190); }
div.DivClassName
{
background-color: #3C7EBE;
}
.BgClassName
{
background-color: #3C7EBE;
}
</style>
border-color css
<style>
span { border-color: #3C7EBE; }
span { border-color: rgb(60,126,190); }
td.TdClassName
{
border-color: #3C7EBE;
}
.TagClassName
{
border-color: #3C7EBE;
}
</style>